Package org.systinet.wasp.wsrm.sequence

Provides classes and interfaces for Sequence API that is used in WS-ReliableMessaging.

See:
          Description

Interface Summary
DuplexSequence Encapsulates two sequence instances - one OutputSequence and one InputSequence together.
DuplexSequenceRegistry Registry of duplex sequences.
InputSequence Used for incoming messages.
InputSequenceRegistry Registry of input sequences.
OneWaySequence Ancestor of one-way sequences.
OutputSequence Used for one-way invocation or for sending messages in request-response pattern.
OutputSequenceRegistry Registry of output sequences.
Sequence Ancestor of all kind of sequences.
SequenceListener Implementation of this interface can be registered by SequenceRegistry.addSequenceListener(SequenceListener, org.systinet.wasp.webservice.Processing).
 

Class Summary
GenericSequenceListener Trivial implementation of the SequenceListener.
OneWaySequence.MessageState Enumeration representing the state of a single message in a sequence.
OneWaySequence.State Enumeration representing a sequence state.
RegistryFactory Entry point of all WS-RM applications.
SequenceRegistry Contains useful methods for sequence management.
 

Exception Summary
SequenceException Exception thrown when something goes wrong during WS-ReliableMessaging.
 

Package org.systinet.wasp.wsrm.sequence Description

Provides classes and interfaces for Sequence API that is used in WS-ReliableMessaging.