|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrmExchange
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 |
|---|
static final int CREATE_SEQUENCE
static final int CREATE_SEQUENCE_RESPONSE
static final int SEQUENCE_ACKNOWLEDGEMENT
static final int TERMINATE_SEQUENCE
static final int WSRM_MESSAGE
| Method Detail |
|---|
int getExchangeType()
byte[] getBytes()
String getSequenceIdentifier()
EnvelopeDocument getEnvelope()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||