Uses of Class
org.omg.GIOP.IORAddressingInfo

Packages that use IORAddressingInfo
org.omg.GIOP   
 

Uses of IORAddressingInfo in org.omg.GIOP
 

Fields in org.omg.GIOP declared as IORAddressingInfo
 IORAddressingInfo IORAddressingInfoHolder.value
           
 

Methods in org.omg.GIOP that return IORAddressingInfo
 IORAddressingInfo TargetAddress.ior()
           
static IORAddressingInfo IORAddressingInfoHelper.extract(Any any)
           
static IORAddressingInfo IORAddressingInfoHelper.read(InputStream in)
           
 

Methods in org.omg.GIOP with parameters of type IORAddressingInfo
 void TargetAddress.ior(IORAddressingInfo _x)
           
static void IORAddressingInfoHelper.insert(Any any, IORAddressingInfo s)
           
static void IORAddressingInfoHelper.write(OutputStream out, IORAddressingInfo s)
           
 

Constructors in org.omg.GIOP with parameters of type IORAddressingInfo
IORAddressingInfoHolder(IORAddressingInfo initial)