Uses of Class
org.omg.IOP.CodecPackage.TypeMismatch
Packages that use TypeMismatch
-
Uses of TypeMismatch in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw TypeMismatchModifier and TypeMethodDescriptionCDREncapsCodec.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 TypeMismatchModifier and TypeMethodDescriptionCodecOperations.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 TypeMismatchMethods in org.omg.IOP.CodecPackage that return TypeMismatchModifier and TypeMethodDescriptionstatic TypeMismatch
static TypeMismatch
TypeMismatchHelper.read
(InputStream istream) Methods in org.omg.IOP.CodecPackage with parameters of type TypeMismatchModifier and TypeMethodDescriptionstatic 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