org.omg.CORBA
Class INV_OBJREFHelper

java.lang.Object
  |
  +--org.omg.CORBA.INV_OBJREFHelper

public class INV_OBJREFHelper
extends java.lang.Object

Helper class for : INV_OBJREF

Author:
OpenORB Compiler

Constructor Summary
INV_OBJREFHelper()
           
 
Method Summary
static INV_OBJREF extract(Any a)
          Extract INV_OBJREF from an any
static java.lang.String id()
          Return the INV_OBJREF IDL ID
static void insert(Any a, INV_OBJREF t)
          Insert INV_OBJREF into an any
static INV_OBJREF read(InputStream istream)
          Read INV_OBJREF from a marshalled stream
static TypeCode type()
          Return the INV_OBJREF TypeCode
static void write(OutputStream ostream, INV_OBJREF value)
          Write INV_OBJREF into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INV_OBJREFHelper

public INV_OBJREFHelper()
Method Detail

insert

public static void insert(Any a,
                          INV_OBJREF t)
Insert INV_OBJREF into an any
Parameters:
a - an any
t - INV_OBJREF value

extract

public static INV_OBJREF extract(Any a)
Extract INV_OBJREF from an any
Parameters:
a - an any
Returns:
the extracted INV_OBJREF value

type

public static TypeCode type()
Return the INV_OBJREF TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the INV_OBJREF IDL ID
Returns:
an ID

read

public static INV_OBJREF read(InputStream istream)
Read INV_OBJREF from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed INV_OBJREF value

write

public static void write(OutputStream ostream,
                         INV_OBJREF value)
Write INV_OBJREF into a marshalled stream
Parameters:
ostream - the output stream
value - INV_OBJREF value