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