org.omg.CORBA
Class IDLTypeHelper

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

public class IDLTypeHelper
extends java.lang.Object


Constructor Summary
IDLTypeHelper()
           
 
Method Summary
static IDLType extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, IDLType t)
           
static IDLType narrow(Object obj)
           
static IDLType read(InputStream istream)
           
static TypeCode type()
           
static IDLType unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, IDLType value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDLTypeHelper

public IDLTypeHelper()
Method Detail

insert

public static void insert(Any a,
                          IDLType t)

extract

public static IDLType extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static IDLType read(InputStream istream)

write

public static void write(OutputStream ostream,
                         IDLType value)

narrow

public static IDLType narrow(Object obj)

unchecked_narrow

public static IDLType unchecked_narrow(Object obj)