Uses of Class
fipaos.ont.fipa.fipaman.Envelope

Packages that use Envelope
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.mts 
fipaos.mts.event 
fipaos.mts.httpMTP 
fipaos.mts.service 
fipaos.ont.fipa.fipaman 
fipaos.parser.envelope.xml 
fipaos.test.mts.service 

Uses of Envelope in fipaos.agent.conversation
 

Methods in fipaos.agent.conversation that return Envelope
EnvelopeConversation.getEnvelope(int index)
          Get the Envelope of the latest message received
 

Uses of Envelope in fipaos.agent.conversation.lightweight
 

Methods in fipaos.agent.conversation.lightweight that return Envelope
fipaos.ont.fipa.fipaman.EnvelopeLightweightConversationImpl.getEnvelope(int index)
          Get the Envelope of a message received.
 

Uses of Envelope in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that return Envelope
EnvelopeConversationImpl.getEnvelope(int index)
          Get the Envelope of the latest message received
 

Uses of Envelope in fipaos.mts
 

Constructors in fipaos.mts with parameters of type Envelope
Message.Message(Envelope env, ACL acl)
          Create a new Message based upon the given Envelope (which is assumed to contain
an ACL object).
 

Methods in fipaos.mts that return Envelope
EnvelopeMessage.getEnvelope()
          Gets the Envelope that is part of this Message
 

Methods in fipaos.mts with parameters of type Envelope
final voidExternalMTPBase.incoming(Envelope env, byte[] msg)
          Incoming messages are passed to this via this method
final voidExternalMTPBase.outgoing(Envelope env, byte[] msg)
          Outgoing messages are passed to this via this method
(package private) final voidExternalMTPBase.receive(Envelope p1, Object p2)
          Invoked when the MTPBase class is passing an incoming message back
(package private) final voidExternalMTPBase.send(Object target, Envelope p1, Object p2)
          Send the given message to the given target - the target is the result of
a call to one of the lookup() methods
(package private) final voidInternalMTPBase.receive(Envelope p1, Object p2)
          Invoked when the MTPBase class is passing an incoming message back
(package private) final voidInternalMTPBase.send(Object target, Envelope p1, Object p2)
          Send the given message to the given target - the target is the result of
a call to one of the lookup() methods
voidMessage.setEnvelope(Envelope envelope)
          Sets the Envelope that is part of this Message
(package private) abstract voidMTPBase.receive(Envelope envelope, Object msg)
          Invoked when a message is received - subclasses should implement this
to deal with incoming messages (i.e.
(package private) abstract voidMTPBase.send(Object target, Envelope envelope, Object msg)
          Send the given message to the given target - the target is the result of
a call to one of the lookup() methods
 

Uses of Envelope in fipaos.mts.event
 

Methods in fipaos.mts.event with parameters of type Envelope
voidMessageListener.notifyDelivery(Envelope env)
          This method is used to notify when a particular Message has been sent by an
MTP succesfully (this doesn't gaurantee reception however - just that the message
has left the local MTS stack)
 

Uses of Envelope in fipaos.mts.httpMTP
 

Constructors in fipaos.mts.httpMTP with parameters of type Envelope
SenderThread.SenderThread(fipaos.util.URL target, Envelope env, byte[] msg)
          
 

Methods in fipaos.mts.httpMTP with parameters of type Envelope
voidCallBack.incomingCall(Envelope envelope, byte[] aclMessage)
          
voidHTTPComms.incomingCall(Envelope env, byte[] msg)
          
 

Uses of Envelope in fipaos.mts.service
 

Methods in fipaos.mts.service with parameters of type Envelope
synchronized voidBufferService.incoming(Envelope p1, byte[] p2)
          
synchronized voidBufferService.outgoing(Envelope p1, byte[] p2)
          
synchronized voidCommMultiplexService.incoming(Envelope p1, byte[] p2)
          
synchronized voidCommMultiplexService.outgoing(Envelope p1, byte[] p2)
          
synchronized voidParserService.incoming(Envelope p1, byte[] p2)
          Incoming messages are passed to this via this method
synchronized voidParserService.outgoing(Envelope p1, byte[] p2)
          Outgoing messages are passed to this via this method
voidPostParserService.incoming(Envelope env, byte[] msg)
          Incoming messages are passed to this via this method
voidPostParserService.outgoing(Envelope env, byte[] msg)
          Outgoing messages are passed to this via this method
 

Uses of Envelope in fipaos.ont.fipa.fipaman
 

Methods in fipaos.ont.fipa.fipaman that return Envelope
synchronized EnvelopeEnvelope.getSubEnvelope(int x)
          Gets a particular sub-envelope
 

Uses of Envelope in fipaos.parser.envelope.xml
 

Methods in fipaos.parser.envelope.xml that return Envelope
static fipaos.ont.fipa.fipaman.EnvelopeParser.parse(byte[] env)
          Convert the given byte[] message into an Envelope
 

Methods in fipaos.parser.envelope.xml with parameters of type Envelope
static byte[]Parser.deparse(fipaos.ont.fipa.fipaman.Envelope env)
          Convert the given Envelope into FIPA-defined XML format
 

Uses of Envelope in fipaos.test.mts.service
 

Methods in fipaos.test.mts.service with parameters of type Envelope
voidCollectorService.incoming(fipaos.ont.fipa.fipaman.Envelope p1, byte[] p2)
          
voidCollectorService.outgoing(fipaos.ont.fipa.fipaman.Envelope p1, byte[] p2)