Uses of Interface
org.omg.CORBA.portable.BoxedValueHelper

Packages that use BoxedValueHelper
org.jacorb.ir   
org.jacorb.orb   
org.omg.CORBA   
org.omg.CORBA_2_3.portable   
 

Uses of BoxedValueHelper in org.jacorb.ir
 

Methods in org.jacorb.ir that return BoxedValueHelper
static BoxedValueHelper RepositoryID.createBoxedValueHelper(java.lang.String repId)
          Creates a BoxedValueHelper instance for a given repository ID.
 

Uses of BoxedValueHelper in org.jacorb.orb
 

Methods in org.jacorb.orb that return BoxedValueHelper
 BoxedValueHelper ORB.getBoxedValueHelper(java.lang.String repId)
          Returns a BoxedValueHelper for the type specified by repId, or null if no such BoxedValueHelper can be found.
 

Methods in org.jacorb.orb with parameters of type BoxedValueHelper
 void CDROutputStream.write_value(java.io.Serializable value, BoxedValueHelper factory)
           
 java.io.Serializable CDRInputStream.read_value(BoxedValueHelper factory)
          Overrides read_value(factory) in org.omg.CORBA_2_3.portable.InputStream
 

Uses of BoxedValueHelper in org.omg.CORBA
 

Methods in org.omg.CORBA with parameters of type BoxedValueHelper
 void CustomOutputStream.write_value(java.io.Serializable value, BoxedValueHelper helper)
           
 java.io.Serializable CustomInputStream.read_value(BoxedValueHelper helper)
           
 

Uses of BoxedValueHelper in org.omg.CORBA_2_3.portable
 

Methods in org.omg.CORBA_2_3.portable with parameters of type BoxedValueHelper
 void OutputStream.write_value(java.io.Serializable value, BoxedValueHelper factory)
           
 java.io.Serializable InputStream.read_value(BoxedValueHelper factory)