org.omg.CosNaming.NamingContextExtPackage

Class AddressHelper

public class AddressHelper extends Object

Helper class for : Address

Author: OpenORB Compiler

Method Summary
static Stringextract(Any a)
Extract Address from an any
static Stringid()
Return the Address IDL ID
static voidinsert(Any a, String t)
Insert Address into an any
static Stringread(InputStream istream)
Read Address from a marshalled stream
static TypeCodetype()
Return the Address TypeCode
static voidwrite(OutputStream ostream, String value)
Write Address into a marshalled stream

Method Detail

extract

public static String extract(Any a)
Extract Address from an any

Parameters: a an any

Returns: the extracted Address value

id

public static String id()
Return the Address IDL ID

Returns: an ID

insert

public static void insert(Any a, String t)
Insert Address into an any

Parameters: a an any t Address value

read

public static String read(InputStream istream)
Read Address from a marshalled stream

Parameters: istream the input stream

Returns: the readed Address value

type

public static TypeCode type()
Return the Address TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, String value)
Write Address into a marshalled stream

Parameters: ostream the output stream value Address value