org.omg.CORBA
Class TypeCodeFactoryHelper

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

public class TypeCodeFactoryHelper
extends java.lang.Object


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

Constructor Detail

TypeCodeFactoryHelper

public TypeCodeFactoryHelper()
Method Detail

insert

public static void insert(Any a,
                          TypeCodeFactory t)

extract

public static TypeCodeFactory extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TypeCodeFactory read(InputStream istream)

write

public static void write(OutputStream ostream,
                         TypeCodeFactory value)

narrow

public static TypeCodeFactory narrow(Object obj)

unchecked_narrow

public static TypeCodeFactory unchecked_narrow(Object obj)