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 AnyCDREncapsCodec. 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 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.CodecPackage
Fields in org.omg.IOP.CodecPackage declared as TypeMismatch Modifier and Type Field Description TypeMismatchTypeMismatchHolder. valueMethods 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)Constructors in org.omg.IOP.CodecPackage with parameters of type TypeMismatch Constructor Description TypeMismatchHolder(TypeMismatch initialValue)
-