This file contains parameters which apply to scenarios where blocking transports are used i.e. Message Processors and the Callout Mediator. These parameters are grouped as follows.
...
This section is used to define message formatters to be used in scenarios where blocking transports are used. A message formatter is used to build the outgoing stream of a message. The contentType
attribute specifies which message types are handled by this formatter, and the class
attribute specifies the formatter implementation class. See Working with Message Builders and Formatters for more information.
Message formatters can be added using the format shown in the example below.
...
This section is used to define message builders to be used in scenarios where blocking transports are used. A message builder is used by transport receivers to process the raw data in the payload of a received message and convert it to the SOAP format. The contentType
attribute specifies which message types are handled by this builder, and the class
attribute specifies the builder implementation class. See Working with Message Builders and Formatters for more information.
Message builders can be added using the format shown in the example below.
...