All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.UnknownUserExceptionHelper

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

public abstract class UnknownUserExceptionHelper
extends Object

IDL definition:
exception UnknownUserException {
any except;
};


Constructor Index

 o UnknownUserExceptionHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, UnknownUserException)
 o read(InputStream)
 o type()
 o write(OutputStream, UnknownUserException)

Constructors

 o UnknownUserExceptionHelper
 public UnknownUserExceptionHelper()

Methods

 o read
 public static UnknownUserException read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          UnknownUserException value)
 o insert
 public static void insert(Any any,
                           UnknownUserException value)
 o extract
 public static UnknownUserException extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index