org.omg.CORBA
Class InterfaceDescriptionHelper

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

public class InterfaceDescriptionHelper
extends java.lang.Object


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

Constructor Detail

InterfaceDescriptionHelper

public InterfaceDescriptionHelper()
Method Detail

insert

public static void insert(Any a,
                          InterfaceDescription t)

extract

public static InterfaceDescription extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static InterfaceDescription read(InputStream istream)

write

public static void write(OutputStream ostream,
                         InterfaceDescription value)