public abstract class AdapterNameHelper extends java.lang.Object
StringSeqHelper
could be used for io operations. The separate helper is provided anyway.| Constructor and Description |
|---|
AdapterNameHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
extract(org.omg.CORBA.Any a)
Extract the adapter name (
String[]) from the given Any. |
static java.lang.String |
id()
Returns the agreed Id.
|
static void |
insert(org.omg.CORBA.Any into,
java.lang.String[] that)
Insert into the given adapter name (
String[]) into the
given Any. |
static java.lang.String[] |
read(org.omg.CORBA.portable.InputStream input)
Reads the
String[] from the CORBA input stream. |
static org.omg.CORBA.TypeCode |
type()
Creates and returns a new instance of the TypeCode, corresponding the
adapter name.
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
java.lang.String[] value)
Writes the
String[] into the given stream. |
public AdapterNameHelper()
public static java.lang.String[] extract(org.omg.CORBA.Any a)
String[]) from the given Any.a - an Any to extract the array from.public static java.lang.String id()
public static void insert(org.omg.CORBA.Any into, java.lang.String[] that)
String[]) into the
given Any.into - the target Any.that - the array to insert.public static java.lang.String[] read(org.omg.CORBA.portable.InputStream input)
String[] from the CORBA input stream.input - the CORBA stream to read from.public static org.omg.CORBA.TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream output, java.lang.String[] value)
String[] into the given stream.output - the CORBA output stream to write.value - the value that must be written.