com.ibm.websphere.websvcs.rm
Interface InboundMessageData
All Superinterfaces:
- public interface InboundMessageData
- extends MessageData
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.websphere.websvcs.rm.MessageData |
---|
MessageData.MessageState |
Field Summary
Modifier and Type | Field and Description |
---|---|
|
AWAITING_DISPATCH_TO_APPLICATION
State to indicate that a gap in the sequence means that this message cannot
currently be delivered.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getRedeliveryCount()
Returns the number of times the message has been dispatched to the application.
|
Methods inherited from interface com.ibm.websphere.websvcs.rm.MessageData |
---|
getFromAddress, getInfo_internalSeqID, getInfo_msgID, getInfo_relatesTo, getInfo_soap, getReplyToAddress, getSequenceID, getSequenceMessageNumber, getState, getToAddress |
Field Detail
AWAITING_DISPATCH_TO_APPLICATION
- static final MessageData.MessageState AWAITING_DISPATCH_TO_APPLICATION
State to indicate that a gap in the sequence means that this message cannot
currently be delivered.
Method Detail
getRedeliveryCount
- long getRedeliveryCount()
Returns the number of times the message has been dispatched to the application.