org.omg.DynamicAny
Class DynAnyFactoryHelper

java.lang.Object
  |
  +--org.omg.DynamicAny.DynAnyFactoryHelper

public class DynAnyFactoryHelper
extends java.lang.Object


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

Constructor Detail

DynAnyFactoryHelper

public DynAnyFactoryHelper()
Method Detail

insert

public static void insert(Any a,
                          DynAnyFactory t)

extract

public static DynAnyFactory extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static DynAnyFactory read(InputStream istream)

write

public static void write(OutputStream ostream,
                         DynAnyFactory value)

narrow

public static DynAnyFactory narrow(Object obj)

unchecked_narrow

public static DynAnyFactory unchecked_narrow(Object obj)