org.omg.DynamicAny
Class DynValueHelper

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

public class DynValueHelper
extends java.lang.Object


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

Constructor Detail

DynValueHelper

public DynValueHelper()
Method Detail

insert

public static void insert(Any a,
                          DynValue t)

extract

public static DynValue extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static DynValue read(InputStream istream)

write

public static void write(OutputStream ostream,
                         DynValue value)

narrow

public static DynValue narrow(Object obj)

unchecked_narrow

public static DynValue unchecked_narrow(Object obj)