| com.sun.jbi.common.soap.MessageNormalizer
All known Subclasses: com.sun.jbi.common.soap.MessageNormalizerImpl,
MessageNormalizer | public interface MessageNormalizer (Code) | | 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.
author: Sun Microsystems, Inc. |
normalizeMessage | void normalizeMessage(SOAPWrapper soapWrapper, NormalizedMessage normalizedMessage, Operation operation) throws JBIException(Code) | | Converts a SOAP Message to a NormalizedMessage format.
Parameters: soapWrapper - request message. Parameters: normalizedMessage - jbi specific format. Parameters: operation - operation requested. throws: JBIException - when the message cannot be normalized. |
|
|