MessageNormalizerpublic interface MessageNormalizer This object is used by MessageProcessor implementations to normalize
SOAP Message into JBI Normalized Message. The object maps
the SOAP:Body element in the SOAP Message to the Normalized Message's message
content. The SOAP:header elements are mapped to a property in the Normalized Message
MessageContext. Protocol specific data will not be normalized. |
|