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