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