com.iplanet.trustbase.initiator.dsms
Class MessageData

java.lang.Object
  |
  +--com.iplanet.trustbase.initiator.dsms.MessageData

public class MessageData
extends java.lang.Object

Convenience class to hold a raw message and the transactionID that was used in the message


Constructor Summary
MessageData(byte[] message, byte[] txID)
          Create a MessageData
 
Method Summary
 byte[] getMessage()
           
 byte[] getTxID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageData

public MessageData(byte[] message,
                   byte[] txID)
Create a MessageData
Parameters:
message - the raw message
txID - the transaction ID
Method Detail

getMessage

public byte[] getMessage()
Returns:
the raw message data

getTxID

public byte[] getTxID()
Returns:
the transaction ID