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

Packages that use TypeMismatch
org.omg.IOP   
org.omg.IOP.CodecPackage   
 

Uses of TypeMismatch in org.omg.IOP
 

Methods in org.omg.IOP that throw TypeMismatch
 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 val)
           
static void TypeMismatchHelper.write(OutputStream out, TypeMismatch val)
           
 

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.