org.omg.CORBA
Class ValueFactoryHelper

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

public class ValueFactoryHelper
extends java.lang.Object


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

Constructor Detail

ValueFactoryHelper

public ValueFactoryHelper()
Method Detail

insert

public static void insert(Any a,
                          ValueFactory t)

extract

public static ValueFactory extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ValueFactory read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ValueFactory value)