org.omg.CSIIOP
Class CompoundSecMechHelper

java.lang.Object
  extended by org.omg.CSIIOP.CompoundSecMechHelper

public class CompoundSecMechHelper
extends java.lang.Object

Helper class for : CompoundSecMech

Author:
OpenORB Compiler

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

Constructor Detail

CompoundSecMechHelper

public CompoundSecMechHelper()
Method Detail

insert

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

Parameters:
a - an any
t - CompoundSecMech value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - CompoundSecMech value