The Builder Mediator can be used to build the actual SOAP message from a message coming in to WSO2 Enterprise Integrator (WSO2 EI) through the Binary Relay. One usage is to use this before trying to log the actual message in case of an error. Also with the Builder Mediator WSO2 EI can be configured to build some of the messages while passing the others along.
Info |
---|
In order to use the Builder mediator, |
By default, Builder Mediator uses the axis2
default Message builders for the content types. User can override those by using the optional messageBuilder
configuration. For more information, see Working with Message Builders and Formatters.
...
Syntax
Code Block |
---|
<builder xmlns:syn="http://ws.apache.org/ns/synapse">
<messageBuilder contentType="" class="" [formatterClass=""]/>
</builder> |
...