IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.websvcs.rm
Interface MessageData

All Known Subinterfaces:
InboundMessageData, OutboundMessageData

public interface MessageData

Data Access Object used by the mbeans to present MessageData information to the user.


Nested Class Summary
static class MessageData.MessageState
           
 
Method Summary
 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.
 

Method Detail

getToAddress

java.lang.String getToAddress()
Returns the String for the destination URI.


getFromAddress

java.lang.String getFromAddress()
Returns the String URI for the originator of the message.


getReplyToAddress

java.lang.String getReplyToAddress()
Returns the String URI for replies to be sent to.


getState

MessageData.MessageState getState()
Returns the MessageState object which represents the current state of this message


getSequenceMessageNumber

long getSequenceMessageNumber()
Returns the long value representing this message's number within a sequence.


getSequenceID

java.lang.String getSequenceID()
Returns the String representing the WS-ReliableMessaging sequence to which this message belongs.


getInfo_soap

java.lang.String getInfo_soap()

getInfo_relatesTo

java.lang.String getInfo_relatesTo()

getInfo_msgID

java.lang.String getInfo_msgID()

getInfo_internalSeqID

java.lang.String getInfo_internalSeqID()

IBM WebSphere Application ServerTM
Release 8