Uses of Class
org.omg.IOP.CodecPackage.InvalidTypeForEncoding
-
Packages that use InvalidTypeForEncoding Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP org.omg.IOP.CodecPackage -
-
Uses of InvalidTypeForEncoding in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw InvalidTypeForEncoding Modifier and Type Method Description byte[]CDREncapsCodec. encode(Any data)Convert the given any into a CDR encapsulated octet sequencebyte[]CDREncapsCodec. encode_value(Any data)Convert the given any into a CDR encapsulated octet sequence.private byte[]CDREncapsCodec. encodeImpl(Any data, boolean sendTypeCode)Convert the given any into a CDR encapsulated octet sequence. -
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
Fields in org.omg.IOP.CodecPackage declared as InvalidTypeForEncoding Modifier and Type Field Description InvalidTypeForEncodingInvalidTypeForEncodingHolder. valueMethods 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)Constructors in org.omg.IOP.CodecPackage with parameters of type InvalidTypeForEncoding Constructor Description InvalidTypeForEncodingHolder(InvalidTypeForEncoding initialValue)
-