org.omg.CORBA
Class NO_IMPLEMENTHelper

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

public final class NO_IMPLEMENTHelper
extends java.lang.Object

Generated from IDL definition of exception "NO_IMPLEMENT"

Author:
JacORB IDL compiler

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

Constructor Detail

NO_IMPLEMENTHelper

public NO_IMPLEMENTHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          NO_IMPLEMENT s)

extract

public static NO_IMPLEMENT extract(Any any)

id

public static java.lang.String id()

read

public static NO_IMPLEMENT read(InputStream in)

write

public static void write(OutputStream out,
                         NO_IMPLEMENT s)