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