Uses of Class
org.omg.IOP.Encoding
-
Packages that use Encoding Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP -
-
Uses of Encoding in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type Encoding Modifier and Type Method Description CodecCodecFactoryImpl. create_codec(Encoding enc)Creates a codec of the given encoding. -
Uses of Encoding in org.omg.IOP
Fields in org.omg.IOP declared as Encoding Modifier and Type Field Description EncodingEncodingHolder. valueMethods in org.omg.IOP that return Encoding Modifier and Type Method Description static EncodingEncodingHelper. extract(Any a)static EncodingEncodingHelper. read(InputStream istream)Methods in org.omg.IOP with parameters of type Encoding Modifier and Type Method Description CodecCodecFactoryOperations. create_codec(Encoding enc)Create aCodecof the given encoding.static voidEncodingHelper. insert(Any a, Encoding that)static voidEncodingHelper. write(OutputStream ostream, Encoding value)Constructors in org.omg.IOP with parameters of type Encoding Constructor Description EncodingHolder(Encoding initialValue)
-