org.omg.CORBA
Class INV_OBJREFHelper

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

public final class INV_OBJREFHelper
extends java.lang.Object

Generated from IDL definition of exception "INV_OBJREF"

Author:
JacORB IDL compiler

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

Constructor Detail

INV_OBJREFHelper

public INV_OBJREFHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          INV_OBJREF s)

extract

public static INV_OBJREF extract(Any any)

id

public static java.lang.String id()

read

public static INV_OBJREF read(InputStream in)

write

public static void write(OutputStream out,
                         INV_OBJREF s)