org.omg.CosTrading.LookupPackage
Class IllegalPreferenceHelper

java.lang.Object
  extended byorg.omg.CosTrading.LookupPackage.IllegalPreferenceHelper

public final class IllegalPreferenceHelper
extends java.lang.Object

Generated from IDL definition of exception "IllegalPreference"

Author:
JacORB IDL compiler

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

Constructor Detail

IllegalPreferenceHelper

public IllegalPreferenceHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          IllegalPreference s)

extract

public static IllegalPreference extract(Any any)

id

public static java.lang.String id()

read

public static IllegalPreference read(InputStream in)

write

public static void write(OutputStream out,
                         IllegalPreference s)