org.omg.CSIIOP
Class CompoundSecMechHelper
java.lang.Object
|
+--org.omg.CSIIOP.CompoundSecMechHelper
- public class CompoundSecMechHelper
- extends java.lang.Object
Helper class for : CompoundSecMech
- Author:
- OpenORB Compiler
|
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 |
CompoundSecMechHelper
public CompoundSecMechHelper()
insert
public static void insert(org.omg.CORBA.Any a,
CompoundSecMech t)
- Insert CompoundSecMech into an any
- Parameters:
a - an anyt - 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 streamvalue - CompoundSecMech value