public abstract class AddressHelper extends java.lang.Object
| Constructor and Description |
|---|
AddressHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
extract(org.omg.CORBA.Any a)
Just extracts string from this
Any. |
static java.lang.String |
id()
Get repository id.
|
static void |
insert(org.omg.CORBA.Any a,
java.lang.String that)
Just inserts string into this
Any. |
static java.lang.String |
read(org.omg.CORBA.portable.InputStream istream)
Delegates functionality to
InputStream.read_string(). |
static org.omg.CORBA.TypeCode |
type()
Return the "Address", alias of String, typecode.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
java.lang.String value)
Delegates functionality to
OutputStream.write_string(java.lang.String). |
public AddressHelper()
public static java.lang.String extract(org.omg.CORBA.Any a)
Any.public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, java.lang.String that)
Any.public static java.lang.String read(org.omg.CORBA.portable.InputStream istream)
InputStream.read_string().public static org.omg.CORBA.TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream ostream, java.lang.String value)
OutputStream.write_string(java.lang.String).