Uses of Class
org.omg.IIOP.ProfileBody_1_0

Packages that use ProfileBody_1_0
org.omg.IIOP   
 

Uses of ProfileBody_1_0 in org.omg.IIOP
 

Fields in org.omg.IIOP declared as ProfileBody_1_0
 ProfileBody_1_0 ProfileBody_1_0Holder.value
           
 

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

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

Constructors in org.omg.IIOP with parameters of type ProfileBody_1_0
ProfileBody_1_0Holder(ProfileBody_1_0 initial)