Uses of Class
org.omg.CORBA.InterfaceDescription

Packages that use InterfaceDescription
org.omg.CORBA   
 

Uses of InterfaceDescription in org.omg.CORBA
 

Fields in org.omg.CORBA declared as InterfaceDescription
 InterfaceDescription InterfaceDescriptionHolder.value
           
 

Methods in org.omg.CORBA that return InterfaceDescription
static InterfaceDescription InterfaceDescriptionHelper.extract(Any any)
           
static InterfaceDescription InterfaceDescriptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type InterfaceDescription
static void InterfaceDescriptionHelper.insert(Any any, InterfaceDescription s)
           
static void InterfaceDescriptionHelper.write(OutputStream out, InterfaceDescription s)
           
 

Constructors in org.omg.CORBA with parameters of type InterfaceDescription
InterfaceDescriptionHolder(InterfaceDescription initial)