org.omg.CORBA

Class ObjectHelper

public abstract class ObjectHelper extends Object

The helper operations for the binding list.
Method Summary
static Objectextract(Any a)
Extract the array of object from the given {@link Any}.
static Stringid()
Get the object repository id.
static voidinsert(Any a, Object object)
Insert the object into the given {@link Any}.
static Objectread(InputStream istream)
Read the object from the given CDR input stream.
static TypeCodetype()
Return the object type code.
static voidwrite(OutputStream ostream, Object value)
Write the object into the given CDR output stream.

Method Detail

extract

public static Object extract(Any a)
Extract the array of object from the given {@link Any}.

id

public static String id()
Get the object repository id.

Returns: the empty string.

insert

public static void insert(Any a, Object object)
Insert the object into the given {@link Any}.

read

public static Object read(InputStream istream)
Read the object from the given CDR input stream.

type

public static TypeCode type()
Return the object type code.

write

public static void write(OutputStream ostream, Object value)
Write the object into the given CDR output stream.