public interface MessageData
Modifier and Type | Interface and Description |
---|---|
static class |
MessageData.MessageState |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromAddress()
Returns the String URI for the originator of the message.
|
java.lang.String |
getInfo_internalSeqID() |
java.lang.String |
getInfo_msgID() |
java.lang.String |
getInfo_relatesTo() |
java.lang.String |
getInfo_soap() |
java.lang.String |
getReplyToAddress()
Returns the String URI for replies to be sent to.
|
java.lang.String |
getSequenceID()
Returns the String representing the WS-ReliableMessaging sequence to which this message belongs.
|
long |
getSequenceMessageNumber()
Returns the long value representing this message's number within a sequence.
|
MessageData.MessageState |
getState()
Returns the MessageState object which represents the current state of this message
|
java.lang.String |
getToAddress()
Returns the String for the destination URI.
|
java.lang.String getToAddress()
java.lang.String getFromAddress()
java.lang.String getReplyToAddress()
MessageData.MessageState getState()
long getSequenceMessageNumber()
java.lang.String getSequenceID()
java.lang.String getInfo_soap()
java.lang.String getInfo_relatesTo()
java.lang.String getInfo_msgID()
java.lang.String getInfo_internalSeqID()