org.omg.CORBA
Class AbstractInterfaceDefHelper

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

public class AbstractInterfaceDefHelper
extends java.lang.Object


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

Constructor Detail

AbstractInterfaceDefHelper

public AbstractInterfaceDefHelper()
Method Detail

insert

public static void insert(Any a,
                          AbstractInterfaceDef t)

extract

public static AbstractInterfaceDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static AbstractInterfaceDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         AbstractInterfaceDef value)

narrow

public static AbstractInterfaceDef narrow(Object obj)

unchecked_narrow

public static AbstractInterfaceDef unchecked_narrow(Object obj)