Uses of Class
org.omg.IOP.CodecPackage.InvalidTypeForEncoding
-
Packages that use InvalidTypeForEncoding 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 InvalidTypeForEncoding in org.omg.IOP
Methods in org.omg.IOP that throw InvalidTypeForEncoding Modifier and Type Method Description byte[]CodecOperations. encode(Any data)Converts the given any into a byte array based on the encoding format effective for thisCodec.byte[]CodecOperations. encode_value(Any data)Converts the given any into a byte array based on the encoding format effective for this Codec. -
Uses of InvalidTypeForEncoding in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage that return InvalidTypeForEncoding Modifier and Type Method Description static InvalidTypeForEncodingInvalidTypeForEncodingHelper. extract(Any a)static InvalidTypeForEncodingInvalidTypeForEncodingHelper. read(InputStream istream)Methods in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding Modifier and Type Method Description static voidInvalidTypeForEncodingHelper. insert(Any a, InvalidTypeForEncoding that)static voidInvalidTypeForEncodingHelper. write(OutputStream ostream, InvalidTypeForEncoding value)
-