org.omg.CORBA
Class InterfaceDefHelper

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

public class InterfaceDefHelper
extends java.lang.Object


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

Constructor Detail

InterfaceDefHelper

public InterfaceDefHelper()
Method Detail

insert

public static void insert(Any a,
                          InterfaceDef t)

extract

public static InterfaceDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static InterfaceDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         InterfaceDef value)

narrow

public static InterfaceDef narrow(Object obj)

unchecked_narrow

public static InterfaceDef unchecked_narrow(Object obj)