Modifier and Type | Field and Description |
---|---|
static CodeSetComponentInfo |
CodeSetComponentInfo.JAVASOFT_DEFAULT_CODESETS
Our default code set scheme is as follows:
char data:
Native code set: ISO 8859-1 (8-bit) Conversion sets: UTF-8, ISO 646 (7-bit)
wchar data:
Native code set: UTF-16 Conversion sets: UCS-2
Pre-Merlin/J2EE 1.3 JavaSoft ORBs listed ISO646 for char and UCS-2 for wchar, and provided no conversion sets.
|
Modifier and Type | Method and Description |
---|---|
CodeSetComponentInfo.CodeSetContext |
CodeSetConversion.negotiate(CodeSetComponentInfo client,
CodeSetComponentInfo server)
Perform the code set negotiation algorithm and come up with the two encodings to use.
|
Modifier and Type | Method and Description |
---|---|
CodeSetComponentInfo |
CodeSetsComponentImpl.getCodeSetComponentInfo() |
Modifier and Type | Method and Description |
---|---|
CodeSetComponentInfo |
CodeSetsComponent.getCodeSetComponentInfo() |
Modifier and Type | Method and Description |
---|---|
CodeSetComponentInfo |
ORBData.getCodeSetComponentInfo()
Get the prefered code sets for connections.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.