org.omg.CosCollection
Class ElementInvalidHelper

java.lang.Object
  extended byorg.omg.CosCollection.ElementInvalidHelper

public final class ElementInvalidHelper
extends java.lang.Object

Generated from IDL definition of exception "ElementInvalid"

Author:
JacORB IDL compiler

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

Constructor Detail

ElementInvalidHelper

public ElementInvalidHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          ElementInvalid s)

extract

public static ElementInvalid extract(Any any)

id

public static java.lang.String id()

read

public static ElementInvalid read(InputStream in)

write

public static void write(OutputStream out,
                         ElementInvalid s)