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