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