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

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

Uses of TypeMismatch in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw TypeMismatch
 Any Codec_CDR_1_0_Impl.decode_value(byte[] data, TypeCode tc)
           
 Any CodecImpl.decode_value(byte[] data, TypeCode tc)
           
 

Uses of TypeMismatch in org.omg.IOP
 

Methods in org.omg.IOP that throw TypeMismatch
 Any CodecLocalTie.decode_value(byte[] data, TypeCode tc)
           
 Any CodecOperations.decode_value(byte[] data, TypeCode tc)
           
 

Uses of TypeMismatch in org.omg.IOP.CodecPackage
 

Fields in org.omg.IOP.CodecPackage declared as TypeMismatch
 TypeMismatch TypeMismatchHolder.value
           
 

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

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

Constructors in org.omg.IOP.CodecPackage with parameters of type TypeMismatch
TypeMismatchHolder(TypeMismatch initial)