You are here: Home » Message Mapper » Graphical Interface

Message Mapper: Interface

E-mail Print PDF

MessageMapper_tagged

The message mapper graphical interface consists of five areas

Source Channel panel
Provides access to all data of the messages coming from the source channels. Furthermore, it allows the drag and drop mapping to the fields of the destination panel.
Destination Channel panel
Provides access to all data of the messages that will be sent to the destination channels.
Attributes panel
Shows the attributes of the message field and allows to access the values of those attributes.
Information panel
Indicates the mapping as well as information about the field attributes.
Programming panel
Allows the programmatic mapping of communication channels, the enrichment of data, and the execution of any type of Java business logic in a Java development environment. If the expert mode is enabled the programming panel will be divided into two subpanels(6_small). The main class and the base class. The main class is the only place where custom code should be put. The base class holds code that is used by Saddle to do the internal message handling and should not be edited as it may be regenerated on some occasions.