|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
InHandler | Provides an interface for handlers to be invoked during the inbound processing of a message. |
OutHandler | Provides an interface for handlers to be invoked during the outbound processing of a message. |
Class Summary | |
---|---|
ContextAttributeMarshallingOutHandler | A marshaller that retrieves the object to be marshalled from the current OutContext . |
ContextAttributeUnmarshallingInHandler | An unmarshaller that stores the unmarshalled objects in the current InContext . |
ExceptionReader | Reads an exception from an XML element. |
ExceptionWriter | Writes an exception as an XML element. |
MarshallingOutHandler | Payload marshaller, where the payload that is passed to the constructor is marshalled on a subsequent call to
MarshallingOutHandler.invoke(OutContext, IXMLWriter) . |
UnmarshallingInHandler | Unmarshalls the payload and makes it available through a subsequent call to UnmarshallingInHandler.getPayload() . |
Provides handlers for performing input and output within the context of processing a message.
|
||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |