|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.GIOP.TargetAddressHelper
public class TargetAddressHelper
Helper class for : TargetAddress
| Constructor Summary | |
|---|---|
TargetAddressHelper()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetAddressHelper()
| Method Detail |
|---|
public static void insert(Any a,
TargetAddress t)
a - an anyt - TargetAddress valuepublic static TargetAddress extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static TargetAddress read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
TargetAddress value)
ostream - the output streamvalue - TargetAddress value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||