com.sun.jbi.common.soap |
|
Java Source File Name | Type | Comment |
MessageDenormalizer.java | Interface | This object is used by MessageProcessor implementations to
denormalize a JBI NormalizedMessage and convert it into a SOAP Message.
The object maps the Normalized Message's message content to SOAP:Body element in the
SOAP Message. |
MessageDenormalizerImpl.java | Class | This Basic Profile 1.0 aware implementation is used to denormalize a JBI Normalized
Message and convert it into a SOAP message format. |
MessageNormalizer.java | Interface | This object is used by MessageProcessor implementations to normalize
SOAP Message into JBI Normalized Message. |
MessageNormalizerImpl.java | Class | This implementation converts a SOAP request message to a JBI specific format which can
be understood by other JBI components. |
Operation.java | Class | This object represents the operation supported by a JBI service engine. |
SOAPConstants.java | Interface | This is a constants repository and is used by all SOAP binding components running in
the JBI container. |
SOAPWrapper.java | Class | This object provides a wrapper for SOAP Messages and also contains status information. |
StringTranslator.java | Class | This is the implementation of the String Translator, which provides services
for internationalization of messages to all services running inside the JBI
environment. |