Uses of Class
org.omg.IOP.CodecPackage.InvalidTypeForEncoding

Packages that use InvalidTypeForEncoding
org.jacorb.orb.portableInterceptor   
org.omg.IOP   
org.omg.IOP.CodecPackage   
 

Uses of InvalidTypeForEncoding in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw InvalidTypeForEncoding
 byte[] Codec_CDR_1_0_Impl.encode(Any data)
           
 byte[] Codec_CDR_1_0_Impl.encode_value(Any data)
           
 byte[] CodecImpl.encode(Any data)
           
 byte[] CodecImpl.encode_value(Any data)
           
 

Uses of InvalidTypeForEncoding in org.omg.IOP
 

Methods in org.omg.IOP that throw InvalidTypeForEncoding
 byte[] CodecLocalTie.encode_value(Any data)
           
 byte[] CodecLocalTie.encode(Any data)
           
 byte[] CodecOperations.encode(Any data)
           
 byte[] CodecOperations.encode_value(Any data)
           
 

Uses of InvalidTypeForEncoding in org.omg.IOP.CodecPackage
 

Fields in org.omg.IOP.CodecPackage declared as InvalidTypeForEncoding
 InvalidTypeForEncoding InvalidTypeForEncodingHolder.value
           
 

Methods in org.omg.IOP.CodecPackage that return InvalidTypeForEncoding
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.extract(Any any)
           
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.read(InputStream in)
           
 

Methods in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding
static void InvalidTypeForEncodingHelper.insert(Any any, InvalidTypeForEncoding s)
           
static void InvalidTypeForEncodingHelper.write(OutputStream out, InvalidTypeForEncoding s)
           
 

Constructors in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding
InvalidTypeForEncodingHolder(InvalidTypeForEncoding initial)