Uses of Class
org.omg.IIOP.ProfileBody_1_1

Packages that use ProfileBody_1_1
org.omg.IIOP   
 

Uses of ProfileBody_1_1 in org.omg.IIOP
 

Fields in org.omg.IIOP declared as ProfileBody_1_1
 ProfileBody_1_1 ProfileBody_1_1Holder.value
           
 

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

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

Constructors in org.omg.IIOP with parameters of type ProfileBody_1_1
ProfileBody_1_1Holder(ProfileBody_1_1 initial)