com.ibm.websphere.websvcs.rm

Interface InboundMessageData

All Superinterfaces:
MessageData

  1. public interface InboundMessageData
  2. extends MessageData
Data Access Object that captures the state of a message stored on a WS-ReliableMessaging inbound sequence.

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
  1. static
  2. MessageData.MessageState
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
  1. long
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

  1. 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

  1. long getRedeliveryCount()
Returns the number of times the message has been dispatched to the application.