Data often has to be transformed into another format, before sending data it
to a destination system. Special transformer modules do this work. They
transform the received data into the target format, required for sending it to the
destination.
Example: If both message objects store their data in the XML format (like most do), the transformation between these XML-dialects can be done with the XSLTTransformer, using XSLT stylesheets.
Which transformer module is used, depends on the involved message modules.
The
xbus.conf
defines which transformer is used by default.
This PDF-file lists the
default dependencies. However, it is also possible to overwrite the default behavior by
specifying a different transformer in
standard.conf.
More information about the transformer modules is available on the
Protocol Layer page.