org.omg.CORBA
Class BAD_PARAMHelper

java.lang.Object
  extended byorg.omg.CORBA.BAD_PARAMHelper

public final class BAD_PARAMHelper
extends java.lang.Object

Generated from IDL definition of exception "BAD_PARAM"

Author:
JacORB IDL compiler

Constructor Summary
BAD_PARAMHelper()
           
 
Method Summary
static BAD_PARAM extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, BAD_PARAM s)
           
static BAD_PARAM read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, BAD_PARAM s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAD_PARAMHelper

public BAD_PARAMHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          BAD_PARAM s)

extract

public static BAD_PARAM extract(Any any)

id

public static java.lang.String id()

read

public static BAD_PARAM read(InputStream in)

write

public static void write(OutputStream out,
                         BAD_PARAM s)