Uses of Class
org.omg.IOP.CodecPackage.TypeMismatch
-
Packages that use TypeMismatch Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP org.omg.IOP.CodecPackage -
-
Uses of TypeMismatch in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw TypeMismatch Modifier and Type Method Description Any
CDREncapsCodec. decode_value(byte[] data, TypeCode tc)
Decode the given octet sequence into an any based on a CDR encapsulated octet sequence. -
Uses of TypeMismatch in org.omg.IOP
Methods in org.omg.IOP that throw TypeMismatch Modifier and Type Method Description Any
CodecOperations. decode_value(byte[] data, TypeCode tc)
Decodes the given byte array into an Any based on the givenTypeCode
and the encoding format effective for thisCodec
. -
Uses of TypeMismatch in org.omg.IOP.CodecPackage
Fields in org.omg.IOP.CodecPackage declared as TypeMismatch Modifier and Type Field Description TypeMismatch
TypeMismatchHolder. value
Methods in org.omg.IOP.CodecPackage that return TypeMismatch Modifier and Type Method Description static TypeMismatch
TypeMismatchHelper. extract(Any a)
static TypeMismatch
TypeMismatchHelper. read(InputStream istream)
Methods in org.omg.IOP.CodecPackage with parameters of type TypeMismatch Modifier and Type Method Description static void
TypeMismatchHelper. insert(Any a, TypeMismatch that)
static void
TypeMismatchHelper. write(OutputStream ostream, TypeMismatch value)
Constructors in org.omg.IOP.CodecPackage with parameters of type TypeMismatch Constructor Description TypeMismatchHolder(TypeMismatch initialValue)
-