org.omg.CosTypedEventChannelAdmin
Class InterfaceNotSupportedHelper

java.lang.Object
  extended by org.omg.CosTypedEventChannelAdmin.InterfaceNotSupportedHelper

public class InterfaceNotSupportedHelper
extends java.lang.Object

Helper class for : InterfaceNotSupported

Author:
OpenORB Compiler

Constructor Summary
InterfaceNotSupportedHelper()
           
 
Method Summary
static InterfaceNotSupported extract(org.omg.CORBA.Any a)
          Extract InterfaceNotSupported from an any
static java.lang.String id()
          Return the InterfaceNotSupported IDL ID
static void insert(org.omg.CORBA.Any a, InterfaceNotSupported t)
          Insert InterfaceNotSupported into an any
static InterfaceNotSupported read(org.omg.CORBA.portable.InputStream istream)
          Read InterfaceNotSupported from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the InterfaceNotSupported TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, InterfaceNotSupported value)
          Write InterfaceNotSupported into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceNotSupportedHelper

public InterfaceNotSupportedHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          InterfaceNotSupported t)
Insert InterfaceNotSupported into an any

Parameters:
a - an any
t - InterfaceNotSupported value

extract

public static InterfaceNotSupported extract(org.omg.CORBA.Any a)
Extract InterfaceNotSupported from an any

Parameters:
a - an any
Returns:
the extracted InterfaceNotSupported value

type

public static org.omg.CORBA.TypeCode type()
Return the InterfaceNotSupported TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the InterfaceNotSupported IDL ID

Returns:
an ID

read

public static InterfaceNotSupported read(org.omg.CORBA.portable.InputStream istream)
Read InterfaceNotSupported from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed InterfaceNotSupported value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         InterfaceNotSupported value)
Write InterfaceNotSupported into a marshalled stream

Parameters:
ostream - the output stream
value - InterfaceNotSupported value