|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the base class for the various exchanges that take place between communicating entities, besides sending application messages, in WSRM. All exchanges, whether it is related to creation of sequences, requests for acknowledgemements will extend this interface.
| Field Summary | |
static int |
CREATE_SEQUENCE
|
static int |
CREATE_SEQUENCE_RESPONSE
|
static int |
SEQUENCE_ACKNOWLEDGEMENT
|
static int |
TERMINATE_SEQUENCE
|
static int |
WSRM_MESSAGE
|
| Method Summary | |
byte[] |
getBytes()
Get a byte representation of the WsrmExchange |
EnvelopeDocument |
getEnvelope()
Retrieve the original exchange |
int |
getExchangeType()
Retrieve the exchange type |
String |
getSequenceIdentifier()
Retrieve the sequence identifier of the sequence in question |
| Field Detail |
public static final int CREATE_SEQUENCE
public static final int CREATE_SEQUENCE_RESPONSE
public static final int SEQUENCE_ACKNOWLEDGEMENT
public static final int TERMINATE_SEQUENCE
public static final int WSRM_MESSAGE
| Method Detail |
public int getExchangeType()
public byte[] getBytes()
public String getSequenceIdentifier()
public EnvelopeDocument getEnvelope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||