Spring Integration Transformation (Transform String Messages) :Lab-9
Scenario – Transform String Messages
In the first part of this lab, you some simple string message to string message transformers.
That is, these transformers take a message with string payload from a channel (called the
source message in SI), change the string payload of a message, and put a message with the
altered string into another channel (called the target message in SI). These simple
examples will help you understand the basic configuration of a transformer and allow you
to see how to create your own custom transformer.