Uses of Class
org.omg.IOP.Encoding

Packages that use Encoding
org.jacorb.orb.portableInterceptor   
org.omg.IOP   
 

Uses of Encoding in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Encoding
 Codec CodecFactoryImpl.create_codec(Encoding enc)
          implementation of org.omg.IOP.CodecFactoryOperations interface
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type Encoding
CodecImpl(ORB orb, Encoding enc)
           
 

Uses of Encoding in org.omg.IOP
 

Fields in org.omg.IOP declared as Encoding
 Encoding EncodingHolder.value
           
 

Methods in org.omg.IOP that return Encoding
static Encoding EncodingHelper.extract(Any any)
           
static Encoding EncodingHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type Encoding
static void EncodingHelper.insert(Any any, Encoding s)
           
static void EncodingHelper.write(OutputStream out, Encoding s)
           
 Codec CodecFactoryLocalTie.create_codec(Encoding enc)
           
 Codec CodecFactoryOperations.create_codec(Encoding enc)
           
 

Constructors in org.omg.IOP with parameters of type Encoding
EncodingHolder(Encoding initial)