public final class CodeSetComponentInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CodeSetComponentInfo.CodeSetComponent
CodeSetComponent is part of an IOR multi-component profile.
|
static class |
CodeSetComponentInfo.CodeSetContext
CodeSetContext goes in a GIOP service context
|
Modifier and Type | Field and Description |
---|---|
static 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.
|
static CodeSetComponentInfo.CodeSetContext |
LOCAL_CODE_SETS
Code sets for local cases without a connection.
|
Constructor and Description |
---|
CodeSetComponentInfo() |
CodeSetComponentInfo(CodeSetComponentInfo.CodeSetComponent charData,
CodeSetComponentInfo.CodeSetComponent wcharData) |
Modifier and Type | Method and Description |
---|---|
static CodeSetComponentInfo.CodeSetComponent |
createFromString(String str)
Creates a CodeSetComponent from a String which contains a comma delimited list of OSF Code Set Registry numbers.
|
boolean |
equals(Object obj) |
CodeSetComponentInfo.CodeSetComponent |
getCharComponent() |
CodeSetComponentInfo.CodeSetComponent |
getWCharComponent() |
int |
hashCode() |
void |
read(MarshalInputStream in) |
String |
toString() |
void |
write(MarshalOutputStream out) |
public static final CodeSetComponentInfo JAVASOFT_DEFAULT_CODESETS
public static final CodeSetComponentInfo.CodeSetContext LOCAL_CODE_SETS
public CodeSetComponentInfo()
public CodeSetComponentInfo(CodeSetComponentInfo.CodeSetComponent charData, CodeSetComponentInfo.CodeSetComponent wcharData)
public void read(MarshalInputStream in)
public void write(MarshalOutputStream out)
public CodeSetComponentInfo.CodeSetComponent getCharComponent()
public CodeSetComponentInfo.CodeSetComponent getWCharComponent()
public static CodeSetComponentInfo.CodeSetComponent createFromString(String str)
Copyright © 2018 JBoss by Red Hat. All rights reserved.