org.omg.CosTypedEventChannelAdmin
Class InterfaceNotSupportedHelper

java.lang.Object
  extended byorg.omg.CosTypedEventChannelAdmin.InterfaceNotSupportedHelper

public final class InterfaceNotSupportedHelper
extends java.lang.Object

Generated from IDL definition of exception "InterfaceNotSupported"

Author:
JacORB IDL compiler

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

Constructor Detail

InterfaceNotSupportedHelper

public InterfaceNotSupportedHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          InterfaceNotSupported s)

extract

public static InterfaceNotSupported extract(Any any)

id

public static java.lang.String id()

read

public static InterfaceNotSupported read(InputStream in)

write

public static void write(OutputStream out,
                         InterfaceNotSupported s)