org.omg.CORBA
Class OpDescriptionSeqHelper
java.lang.Object
|
+--org.omg.CORBA.OpDescriptionSeqHelper
- public class OpDescriptionSeqHelper
- extends java.lang.Object
Helper class for : OpDescriptionSeq
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpDescriptionSeqHelper
public OpDescriptionSeqHelper()
insert
public static void insert(Any a,
OperationDescription[] t)
- Insert OpDescriptionSeq into an any
- Parameters:
a
- an anyt
- OpDescriptionSeq value
extract
public static OperationDescription[] extract(Any a)
- Extract OpDescriptionSeq from an any
- Parameters:
a
- an any- Returns:
- the extracted OpDescriptionSeq value
type
public static TypeCode type()
- Return the OpDescriptionSeq TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the OpDescriptionSeq IDL ID
- Returns:
- an ID
read
public static OperationDescription[] read(InputStream istream)
- Read OpDescriptionSeq from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed OpDescriptionSeq value
write
public static void write(OutputStream ostream,
OperationDescription[] value)
- Write OpDescriptionSeq into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- OpDescriptionSeq value