org.systinet.wasp.wsrm.sequence
Interface DuplexSequence

All Superinterfaces:
Sequence

public interface DuplexSequence
extends Sequence

Encapsulates two sequence instances - one OutputSequence and one InputSequence together. This duplex sequence shares its application id with both of its sub-sequences.

Since:
SSJ 6.5
Component:
WS Reliable Messaging Interfaces

Method Summary
 InputSequence getInputSequence()
          Gets the input part of this duplex sequence.
 OutputSequence getOutputSequence()
          Gets the output part of this duplex sequence.
 
Methods inherited from interface org.systinet.wasp.wsrm.sequence.Sequence
getID, setExpires
 

Method Detail

getInputSequence

public InputSequence getInputSequence()
Gets the input part of this duplex sequence.


getOutputSequence

public OutputSequence getOutputSequence()
Gets the output part of this duplex sequence.