Uses of Class
org.omg.IOP.Encoding

Packages that use Encoding
org.apache.yoko.orb.IOP   
org.omg.IOP   
 

Uses of Encoding in org.apache.yoko.orb.IOP
 

Methods in org.apache.yoko.orb.IOP with parameters of type Encoding
 Codec CodecFactory_impl.create_codec(Encoding encoding)
           
 

Uses of Encoding in org.omg.IOP
 

Fields in org.omg.IOP declared as Encoding
 Encoding EncodingHolder.value
           
 

Methods in org.omg.IOP that return Encoding
static Encoding EncodingHelper.extract(Any any)
           
static Encoding EncodingHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type Encoding
 Codec CodecFactoryOperations.create_codec(Encoding enc)
           
static void EncodingHelper.insert(Any any, Encoding val)
           
static void EncodingHelper.write(OutputStream out, Encoding val)
           
 

Constructors in org.omg.IOP with parameters of type Encoding
EncodingHolder(Encoding initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.