Uses of Class
org.omg.IOP.CodecPackage.TypeMismatch
- 
Packages that use TypeMismatch Package Description org.omg.IOP This package contains theIOPmodule specified in the OMG document The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 13.6.org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.
- 
- 
Uses of TypeMismatch in org.omg.IOPMethods in org.omg.IOP that throw TypeMismatch Modifier and Type Method Description AnyCodecOperations. decode_value(byte[] data, TypeCode tc)Decodes the given byte array into an Any based on the givenTypeCodeand the encoding format effective for thisCodec.
- 
Uses of TypeMismatch in org.omg.IOP.CodecPackageMethods in org.omg.IOP.CodecPackage that return TypeMismatch Modifier and Type Method Description static TypeMismatchTypeMismatchHelper. extract(Any a)static TypeMismatchTypeMismatchHelper. read(InputStream istream)Methods in org.omg.IOP.CodecPackage with parameters of type TypeMismatch Modifier and Type Method Description static voidTypeMismatchHelper. insert(Any a, TypeMismatch that)static voidTypeMismatchHelper. write(OutputStream ostream, TypeMismatch value)
 
-