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
static IORAddressingInfo IORAddressingInfoHelper.extract(Any any)
           
static IORAddressingInfo IORAddressingInfoHelper.read(InputStream in)
           
 IORAddressingInfo TargetAddress.ior()
           
 

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

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