com.ibm.websphere.websvcs.rm

Interface MessageData

All known subinterfaces:
InboundMessageData, OutboundMessageData

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

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
MessageData.MessageState

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFromAddress()
Returns the String URI for the originator of the message.
  1. java.lang.String
getInfo_internalSeqID()
  1. java.lang.String
getInfo_msgID()
  1. java.lang.String
getInfo_relatesTo()
  1. java.lang.String
getInfo_soap()
  1. java.lang.String
getReplyToAddress()
Returns the String URI for replies to be sent to.
  1. java.lang.String
getSequenceID()
Returns the String representing the WS-ReliableMessaging sequence to which this message belongs.
  1. long
getSequenceMessageNumber()
Returns the long value representing this message's number within a sequence.
  1. MessageData.MessageState
getState()
Returns the MessageState object which represents the current state of this message
  1. java.lang.String
getToAddress()
Returns the String for the destination URI.

Method Detail

getToAddress

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

getFromAddress

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

getReplyToAddress

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

getState

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

getSequenceMessageNumber

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

getSequenceID

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

getInfo_soap

  1. java.lang.String getInfo_soap()

getInfo_relatesTo

  1. java.lang.String getInfo_relatesTo( )

getInfo_msgID

  1. java.lang.String getInfo_msgID( )

getInfo_internalSeqID

  1. java.lang.String getInfo_internalSeqID( )