Uses of Class
org.jacorb.orb.giop.CodeSet

Packages that use CodeSet
org.jacorb.orb   
org.jacorb.orb.giop   
 

Uses of CodeSet in org.jacorb.orb
 

Methods in org.jacorb.orb with parameters of type CodeSet
 void CDRInputStream.setCodeSet(CodeSet codeSet, CodeSet codeSetWide)
           
 void CDROutputStream.setCodeSets(CodeSet codeSet, CodeSet codeSetWide)
           
 

Uses of CodeSet in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return CodeSet
static CodeSet CodeSet.getCodeSet(int id)
          Returns the code set which matches the specified ID.
static CodeSet CodeSet.getCodeSet(java.lang.String name)
          Returns the code set which matches the specified name, which should either be the canonical name of a supported encoding or the hex representation of its ID.
static CodeSet CodeSet.getCodeSetIfMatched(int localCodeSetId, CodeSetComponent remote)
           
static CodeSet CodeSet.getMatchingCodeSet(CodeSetComponent local, CodeSetComponent remote, boolean wide)
           
static CodeSet CodeSet.getNegotiatedCodeSet(CodeSetComponentInfo serverCodeSetInfo, boolean wide)
           
 CodeSet GIOPConnection.getTCS()
           
 CodeSet ClientConnection.getTCS()
           
static CodeSet CodeSet.getTCSDefault()
           
 CodeSet GIOPConnection.getTCSW()
           
 CodeSet ClientConnection.getTCSW()
           
static CodeSet CodeSet.getTCSWDefault()
           
 

Methods in org.jacorb.orb.giop with parameters of type CodeSet
static ServiceContext CodeSet.createCodesetContext(CodeSet tcs, CodeSet tcsw)
           
 void GIOPConnection.setCodeSets(CodeSet TCS, CodeSet TCSW)