Uses of Class
org.omg.CONV_FRAME.CodeSetContext

Packages that use CodeSetContext
org.jacorb.orb.giop   
org.omg.CONV_FRAME   
 

Uses of CodeSetContext in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return CodeSetContext
static CodeSetContext CodeSet.getCodeSetContext(ServiceContext[] contexts)
           
 

Uses of CodeSetContext in org.omg.CONV_FRAME
 

Fields in org.omg.CONV_FRAME declared as CodeSetContext
 CodeSetContext CodeSetContextHolder.value
           
 

Methods in org.omg.CONV_FRAME that return CodeSetContext
static CodeSetContext CodeSetContextHelper.extract(Any any)
           
static CodeSetContext CodeSetContextHelper.read(InputStream in)
           
 

Methods in org.omg.CONV_FRAME with parameters of type CodeSetContext
static void CodeSetContextHelper.insert(Any any, CodeSetContext s)
           
static void CodeSetContextHelper.write(OutputStream out, CodeSetContext s)
           
 

Constructors in org.omg.CONV_FRAME with parameters of type CodeSetContext
CodeSetContextHolder(CodeSetContext initial)