org.omg.CORBA
Class INV_IDENTHelper

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

public final class INV_IDENTHelper
extends java.lang.Object

Generated from IDL definition of exception "INV_IDENT"

Author:
JacORB IDL compiler

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

Constructor Detail

INV_IDENTHelper

public INV_IDENTHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          INV_IDENT s)

extract

public static INV_IDENT extract(Any any)

id

public static java.lang.String id()

read

public static INV_IDENT read(InputStream in)

write

public static void write(OutputStream out,
                         INV_IDENT s)