com.ibm.websphere.websvcs.rm
Interface OutboundMessageData
All Superinterfaces:
- public interface OutboundMessageData
- 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_SEQUENCE_INITIALIZATION
|
|
NON_COMMITTED
|
|
SENDABLE
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
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
- static final MessageData.MessageState SENDABLE
NON_COMMITTED
- static final MessageData.MessageState NON_COMMITTED
AWAITING_SEQUENCE_INITIALIZATION
- static final MessageData.MessageState AWAITING_SEQUENCE_INITIALIZATION
Method Detail
getRetransmissionCount
- long getRetransmissionCount()
Return the number of times the message has been retransmitted to the destination URI.