All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.IDLTypeHelper
interface IDLType : ::CORBA::IRObject { readonly attribute TypeCode type; };
public IDLTypeHelper()
public static IDLType narrow(Object object)
public static IDLType bind(ORB orb)
public static IDLType bind(ORB orb, String name)
public static IDLType bind(ORB orb, String name, String host, BindOptions options)
public static IDLType read(InputStream _input)
public static void write(OutputStream _output, IDLType value)
public static void insert(Any any, IDLType value)
public static IDLType extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index