org.omg.CosNaming
public class NameComponentHelper extends Object
Method Summary | |
---|---|
static NameComponent | extract(Any a)
Extract NameComponent from an any
|
static String | id()
Return the NameComponent IDL ID |
static void | insert(Any a, NameComponent t)
Insert NameComponent into an any |
static NameComponent | read(InputStream istream)
Read NameComponent from a marshalled stream |
static TypeCode | type()
Return the NameComponent TypeCode |
static void | write(OutputStream ostream, NameComponent value)
Write NameComponent into a marshalled stream |
Parameters: a an any
Returns: the extracted NameComponent value
Returns: an ID
Parameters: a an any t NameComponent value
Parameters: istream the input stream
Returns: the readed NameComponent value
Returns: a TypeCode
Parameters: ostream the output stream value NameComponent value