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