org.omg.CosNaming
public abstract class NameHelper extends Object
| Method Summary | |
|---|---|
| static NameComponent[] | extract(Any a)
Extract the Name the given {@link Any}. |
| static String | id()
Get the Name repository Id. |
| static void | insert(Any a, NameComponent[] that)
Extract the Name from the given {@link Any}. |
| static NameComponent[] | read(InputStream istream)
Read the Name from the given CDR input stream. |
| static TypeCode | type()
Get the type code of the Name. |
| static void | write(OutputStream ostream, NameComponent[] value)
Write the Name into the CDR output stream. |