Package cgl.narada.wsinfra.wsrm

Interfaces and base classes related to the implementation of the WS-ReliableMessaging specification.

See:
          Description

Interface Summary
WsrmAckOperations A utility class to deal with processing acknowledgements.
WsrmElementAddition This is a class which facilitates the addition of WSRM elements to a SOAP enevelope.
WsrmElementCreation This is a class which facilitates the creation of WSRM elements that are added to exchanges.
WsrmExchangeInfo This is a utility class which encapsulates information regarding ALL possible WSRM exchanges.
WsrmExchangeInfoCreator This is a utility class which constructs a WsrmExchangeInfo based on the supplied Envelope Document.
WsrmFaults This class provides a one-stop for creating all the faults that occur during WSRM processing.
WsrmNode This interfaces outlines the most basic functionality of a WS-Eventing node.
WsrmNodeUtils This is a utility class which faciliates the retrieval of elements pertaining to WSRM that reside in the SOAP enevelope.
WsrmRequestCreator A class which is responsible for creating WSRM requests.
WsrmResponseCreator A class which is responsible for creating WSRM requests.
WsrmSequenceMonitor This is a class which will implemented as a thread.
WsrmSequenceMonitorFactory This is a factory class which ensures that there is only instance of the SequenceMonitorThread running for a given database.
WsrmSequencePolicies This interface encapsulates the WsrmPolicies associated with a sequence.
WsrmSequencePolicyFactory This is a utility class which facilitates the creation of WsrmSequence Policies, and also the addition of policy elements besides the serialization/de-serialization of the policies.
WsrmSink This interfaces outlines the functionality of a WSRM sink.
WsrmSource This interfaces outlines the functionality of a WSRM sink.
 

Class Summary
WsrmActions This class provides a one-stop for all the QNames related to WSRM.
WsrmProcessingFactory This is Factory class which provides access to several WS-Eventing specific functions and utilities.
WsrmQNames This class provides a one-stop for all the QNames related to WSRM.
 

Package cgl.narada.wsinfra.wsrm Description

Interfaces and base classes related to the implementation of the WS-ReliableMessaging specification. The version of WS-ReliableMessaging corresponds to the one that was released in March of 2004.