org.omg.CosNaming
public abstract class NameComponentHelper extends Object
Method Summary | |
---|---|
static NameComponent | extract(Any a)
Extract the name component from this {@link Any} |
static String | id()
Get the repository Id of the {@link NameComponent}. |
static void | insert(Any a, NameComponent that)
Insert the name compnent into the given {@link Any}. |
static NameComponent | read(InputStream istream)
Read the name component from the given CDR input stream. |
static TypeCode | type()
Get the type code of the named component. |
static void | write(OutputStream ostream, NameComponent value)
Write the named component into the CDR output stream. |
Returns: "IDL:omg.org/CosNaming/NameComponent:1.0"