com.agentfactory.platform.mts
Class TransportMessage

java.lang.Object
  extended by com.agentfactory.platform.mts.TransportMessage

public class TransportMessage
extends java.lang.Object

This class contains both the envelope and payload to be sent using a FIPA Message Transport Service.


Constructor Summary
TransportMessage(Envelope envelope, byte[] payload)
           
 
Method Summary
 Envelope getEnvelope()
           
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportMessage

public TransportMessage(Envelope envelope,
                        byte[] payload)
Method Detail

getEnvelope

public Envelope getEnvelope()

getPayload

public byte[] getPayload()