Uses of Class
FIPA.Envelope

Packages that use Envelope
FIPA   
 

Uses of Envelope in FIPA
 

Fields in FIPA declared as Envelope
 Envelope EnvelopeHolder.value
           
 Envelope[] EnvelopesHolder.value
           
 Envelope[] FipaMessage.messageEnvelopes
           
 

Methods in FIPA that return Envelope
static Envelope EnvelopeHelper.extract(org.omg.CORBA.Any a)
           
static Envelope EnvelopeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Envelope[] EnvelopesHelper.extract(org.omg.CORBA.Any a)
           
static Envelope[] EnvelopesHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in FIPA with parameters of type Envelope
static void EnvelopeHelper.insert(org.omg.CORBA.Any a, Envelope that)
           
static void EnvelopeHelper.write(org.omg.CORBA.portable.OutputStream ostream, Envelope value)
           
static void EnvelopesHelper.insert(org.omg.CORBA.Any a, Envelope[] that)
           
static void EnvelopesHelper.write(org.omg.CORBA.portable.OutputStream ostream, Envelope[] value)
           
 

Constructors in FIPA with parameters of type Envelope
EnvelopeHolder(Envelope initialValue)
           
EnvelopesHolder(Envelope[] initialValue)
           
FipaMessage(Envelope[] _messageEnvelopes, byte[] _messageBody)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.