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