com.ibm.websphere.websvcs.rm

Interface OutboundMessageData

All Superinterfaces:
MessageData

  1. public interface OutboundMessageData
  2. extends MessageData
Data Access Object that captures the state of a message stored on a WS-ReliableMessaging outbound 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_SEQUENCE_INITIALIZATION
  1. static
  2. MessageData.MessageState
NON_COMMITTED
  1. static
  2. MessageData.MessageState
SENDABLE

Method Summary

Modifier and Type Method and Description
  1. long
getRetransmissionCount()
Return the number of times the message has been retransmitted to the destination URI.
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

SENDABLE

  1. static final MessageData.MessageState SENDABLE

NON_COMMITTED

  1. static final MessageData.MessageState NON_COMMITTED

AWAITING_SEQUENCE_INITIALIZATION

  1. static final MessageData.MessageState AWAITING_SEQUENCE_INITIALIZATION

Method Detail

getRetransmissionCount

  1. long getRetransmissionCount()
Return the number of times the message has been retransmitted to the destination URI.