FileDocCategorySizeDatePackage
MessageNormalizer.javaAPI DocGlassfish v2 API3245Fri May 04 22:30:28 BST 2007com.sun.enterprise.jbi.serviceengine.util.soap

MessageNormalizer

public 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.
author
Sun Microsystems, Inc.

Fields Summary
Constructors Summary
Methods Summary
public voidnormalizeMessage(SOAPWrapper soapWrapper, javax.jbi.messaging.NormalizedMessage normalizedMessage, Operation operation)
Converts a SOAP Message to a NormalizedMessage format.

param
soapWrapper request message.
param
normalizedMessage jbi specific format.
param
operation operation requested.
throws
JBIException when the message cannot be normalized.