org.omg.CosNaming.NamingContextExtPackage

Class AddressHelper

public abstract class AddressHelper extends Object

Helper operations for address. Address is directly mapped into java String. There is no separate Address class in the implementation.
Method Summary
static Stringextract(Any a)
Just extracts string from this {@link Any}.
static Stringid()
Get repository id.
static voidinsert(Any a, String that)
Just inserts string into this {@link Any}.
static Stringread(InputStream istream)
Delegates functionality to {@link InputStream#read_string()}.
static TypeCodetype()
Return the "Address", alias of String, typecode.
static voidwrite(OutputStream ostream, String value)
Delegates functionality to {@link OutputStream#write_string}.

Method Detail

extract

public static String extract(Any a)
Just extracts string from this {@link Any}.

id

public static String id()
Get repository id.

insert

public static void insert(Any a, String that)
Just inserts string into this {@link Any}.

read

public static String read(InputStream istream)
Delegates functionality to {@link InputStream#read_string()}.

type

public static TypeCode type()
Return the "Address", alias of String, typecode.

write

public static void write(OutputStream ostream, String value)
Delegates functionality to {@link OutputStream#write_string}.