infoservice.agreement.multicast.messages
Class RawMessage

java.lang.Object
  extended by infoservice.agreement.multicast.messages.RawMessage

public class RawMessage
extends java.lang.Object

Author:
ss1

Field Summary
private  byte[] m_postData
           
 
Constructor Summary
RawMessage(byte[] a_postData)
          Creates a new RawMessage from the given POST data
 
Method Summary
 IAgreementMessage getAgreementMessage()
          Returns the IAgreementMessage contained in the compressed m_postData of this message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_postData

private byte[] m_postData
Constructor Detail

RawMessage

public RawMessage(byte[] a_postData)
Creates a new RawMessage from the given POST data

Parameters:
a_postData - The POST data containing an XML structure, containing an IAgreementMessage
Method Detail

getAgreementMessage

public IAgreementMessage getAgreementMessage()
Returns the IAgreementMessage contained in the compressed m_postData of this message

Returns:
The IAgreementMessage