|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSIIOP.CompoundSecMechListHelper
public class CompoundSecMechListHelper
Helper class for : CompoundSecMechList
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 |
---|
public CompoundSecMechListHelper()
Method Detail |
---|
public static void insert(org.omg.CORBA.Any a, CompoundSecMechList t)
a
- an anyt
- CompoundSecMechList valuepublic static CompoundSecMechList extract(org.omg.CORBA.Any a)
a
- an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static CompoundSecMechList read(org.omg.CORBA.portable.InputStream istream)
istream
- the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream, CompoundSecMechList value)
ostream
- the output streamvalue
- CompoundSecMechList value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |