User defined marshalling transformer
User defined marshalling transformer
The marshalling transformer is a service which can transform a POJO input to XML content via a marshaller definition. The marshaller can be JAXB or Castor or any other marshaller that is supported by Spring. The result of the service is an XML document on the configured MessagePart.
The format of the input MessagePart has to be a serializable Object.
In the table below, you will find an explanation of these properties. All attributes with a ‘*’ are mandatory.
Attribute |
Description |
Name* |
By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional. |
Enabled |
Set this value to true, if you want this service to be enabled. |
MessagePart-In |
Name of the MessagePart in a ConnectMessage where the content of the file is being stored. |
MessagePart-Out |
Name of the MessagePart in a ConnectMessage where the content of the file is being stored. |
Marshaller Bean Reference* |
Reference to the marshaller bean. |