Uses of Class
org.omg.IOP.CodecFactoryPackage.UnknownEncoding

Packages that use UnknownEncoding
org.jacorb.orb.portableInterceptor   
org.jacorb.security.sas   
org.omg.IOP   
org.omg.IOP.CodecFactoryPackage   
 

Uses of UnknownEncoding in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw UnknownEncoding
 Codec CodecFactoryImpl.create_codec(Encoding enc)
          implementation of org.omg.IOP.CodecFactoryOperations interface
 

Constructors in org.jacorb.orb.portableInterceptor that throw UnknownEncoding
CodecImpl(ORB orb, Encoding enc)
           
 

Uses of UnknownEncoding in org.jacorb.security.sas
 

Constructors in org.jacorb.security.sas that throw UnknownEncoding
SASTargetInterceptor(ORBInitInfo info)
           
SASClientInterceptor(ORBInitInfo info)
           
 

Uses of UnknownEncoding in org.omg.IOP
 

Methods in org.omg.IOP that throw UnknownEncoding
 Codec CodecFactoryLocalTie.create_codec(Encoding enc)
           
 Codec CodecFactoryOperations.create_codec(Encoding enc)
           
 

Uses of UnknownEncoding in org.omg.IOP.CodecFactoryPackage
 

Fields in org.omg.IOP.CodecFactoryPackage declared as UnknownEncoding
 UnknownEncoding UnknownEncodingHolder.value
           
 

Methods in org.omg.IOP.CodecFactoryPackage that return UnknownEncoding
static UnknownEncoding UnknownEncodingHelper.extract(Any any)
           
static UnknownEncoding UnknownEncodingHelper.read(InputStream in)
           
 

Methods in org.omg.IOP.CodecFactoryPackage with parameters of type UnknownEncoding
static void UnknownEncodingHelper.insert(Any any, UnknownEncoding s)
           
static void UnknownEncodingHelper.write(OutputStream out, UnknownEncoding s)
           
 

Constructors in org.omg.IOP.CodecFactoryPackage with parameters of type UnknownEncoding
UnknownEncodingHolder(UnknownEncoding initial)