org.omg.CORBA
Class INITIALIZEHelper

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

public class INITIALIZEHelper
extends java.lang.Object


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

Constructor Detail

INITIALIZEHelper

public INITIALIZEHelper()
Method Detail

insert

public static void insert(Any a,
                          INITIALIZE t)

extract

public static INITIALIZE extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static INITIALIZE read(InputStream istream)

write

public static void write(OutputStream ostream,
                         INITIALIZE value)