org.omg.CORBA
Class ObjectHelper

java.lang.Object
  extended by org.omg.CORBA.ObjectHelper

public abstract class ObjectHelper
extends Object

The helper operations for the binding list.


Constructor Summary
ObjectHelper()
           
 
Method Summary
static Object extract(Any a)
          Extract the array of object from the given Any.
static String id()
          Get the object repository id.
static void insert(Any a, Object object)
          Insert the object into the given Any.
static Object read(InputStream istream)
          Read the object from the given CDR input stream.
static TypeCode type()
          Return the object type code.
static void write(OutputStream ostream, Object value)
          Write the object into the given CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectHelper

public ObjectHelper()
Method Detail

extract

public static Object extract(Any a)
Extract the array of object from the given 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 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.