org.omg.CosNaming.NamingContextExtPackage

Class URLStringHelper

public abstract class URLStringHelper extends Object

Helper operations for the URL string name. The URL string is directly mapped into java String. There is no separate "URL string" 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 "URLString", 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 "URLString", alias of String, typecode.

write

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