public abstract class NameHelper extends java.lang.Object
| Constructor and Description |
|---|
NameHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NameComponent[] |
extract(org.omg.CORBA.Any a)
Extract the Name the given
Any. |
static java.lang.String |
id()
Get the Name repository Id.
|
static void |
insert(org.omg.CORBA.Any a,
NameComponent[] that)
Extract the Name from the given
Any. |
static NameComponent[] |
read(org.omg.CORBA.portable.InputStream istream)
Read the Name from the given CDR input stream.
|
static org.omg.CORBA.TypeCode |
type()
Get the type code of the Name.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
NameComponent[] value)
Write the Name into the CDR output stream.
|
public NameHelper()
public static NameComponent[] extract(org.omg.CORBA.Any a)
Any.public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, NameComponent[] that)
Any.public static NameComponent[] read(org.omg.CORBA.portable.InputStream istream)
public static org.omg.CORBA.TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream ostream, NameComponent[] value)