org.omg.CSIIOP
Class CompoundSecMechListHelper

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

public class CompoundSecMechListHelper
extends java.lang.Object

Helper class for : CompoundSecMechList

Author:
OpenORB Compiler

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

Constructor Detail

CompoundSecMechListHelper

public CompoundSecMechListHelper()
Method Detail

insert

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

Parameters:
a - an any
t - CompoundSecMechList value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - CompoundSecMechList value