Uses of Class
org.omg.IIOP.Version

Packages that use Version
org.omg.IIOP   
 

Uses of Version in org.omg.IIOP
 

Fields in org.omg.IIOP declared as Version
 Version ProfileBody_1_0.iiop_version
           
 Version ProfileBody_1_1.iiop_version
           
 Version VersionHolder.value
           
 

Methods in org.omg.IIOP that return Version
static Version VersionHelper.extract(Any any)
           
static Version VersionHelper.read(InputStream in)
           
 

Methods in org.omg.IIOP with parameters of type Version
static void VersionHelper.insert(Any any, Version s)
           
static void VersionHelper.write(OutputStream out, Version s)
           
 

Constructors in org.omg.IIOP with parameters of type Version
ProfileBody_1_0(Version iiop_version, java.lang.String host, short port, byte[] object_key)
           
ProfileBody_1_1(Version iiop_version, java.lang.String host, short port, byte[] object_key, TaggedComponent[] components)
           
VersionHolder(Version initial)