|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.OpDescriptionSeqHelper
public class OpDescriptionSeqHelper
Helper class for : OpDescriptionSeq
Constructor Summary | |
---|---|
OpDescriptionSeqHelper()
|
Method Summary | |
---|---|
static OperationDescription[] |
extract(Any a)
Extract OpDescriptionSeq from an any |
static java.lang.String |
id()
Return the OpDescriptionSeq IDL ID |
static void |
insert(Any a,
OperationDescription[] t)
Insert OpDescriptionSeq into an any |
static OperationDescription[] |
read(InputStream istream)
Read OpDescriptionSeq from a marshalled stream |
static TypeCode |
type()
Return the OpDescriptionSeq TypeCode |
static void |
write(OutputStream ostream,
OperationDescription[] value)
Write OpDescriptionSeq 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 OpDescriptionSeqHelper()
Method Detail |
---|
public static void insert(Any a, OperationDescription[] t)
a
- an anyt
- OpDescriptionSeq valuepublic static OperationDescription[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static OperationDescription[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, OperationDescription[] value)
ostream
- the output streamvalue
- OpDescriptionSeq value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |