org.omg.CSIIOP
Class CompoundSecMechanismsHelper

java.lang.Object
  |
  +--org.omg.CSIIOP.CompoundSecMechanismsHelper

public class CompoundSecMechanismsHelper
extends java.lang.Object

Helper class for : CompoundSecMechanisms

Author:
OpenORB Compiler

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

Constructor Detail

CompoundSecMechanismsHelper

public CompoundSecMechanismsHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          CompoundSecMech[] t)
Insert CompoundSecMechanisms into an any
Parameters:
a - an any
t - CompoundSecMechanisms value

extract

public static CompoundSecMech[] extract(org.omg.CORBA.Any a)
Extract CompoundSecMechanisms from an any
Parameters:
a - an any
Returns:
the extracted CompoundSecMechanisms value

type

public static org.omg.CORBA.TypeCode type()
Return the CompoundSecMechanisms TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the CompoundSecMechanisms IDL ID
Returns:
an ID

read

public static CompoundSecMech[] read(org.omg.CORBA.portable.InputStream istream)
Read CompoundSecMechanisms from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed CompoundSecMechanisms value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         CompoundSecMech[] value)
Write CompoundSecMechanisms into a marshalled stream
Parameters:
ostream - the output stream
value - CompoundSecMechanisms value