public class TaggedComponentHelper
extends java.lang.Object
| Constructor and Description |
|---|
TaggedComponentHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TaggedComponent |
extract(Any a)
Extract TaggedComponent from an any
|
static java.lang.String |
id()
Return the TaggedComponent IDL ID
|
static void |
insert(Any a,
TaggedComponent t)
Insert TaggedComponent into an any
|
static TaggedComponent |
read(InputStream istream)
Read TaggedComponent from a marshalled stream
|
static TypeCode |
type()
Return the TaggedComponent TypeCode
|
static void |
write(OutputStream ostream,
TaggedComponent value)
Write TaggedComponent into a marshalled stream
|
public static void insert(Any a, TaggedComponent t)
a - an anyt - TaggedComponent valuepublic static TaggedComponent extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static TaggedComponent read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, TaggedComponent value)
ostream - the output streamvalue - TaggedComponent value