|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.GIOP.IORAddressingInfoHelper
Helper class for : IORAddressingInfo
Constructor Summary | |
IORAddressingInfoHelper()
|
Method Summary | |
static IORAddressingInfo |
extract(Any a)
Extract IORAddressingInfo from an any |
static java.lang.String |
id()
Return the IORAddressingInfo IDL ID |
static void |
insert(Any a,
IORAddressingInfo t)
Insert IORAddressingInfo into an any |
static IORAddressingInfo |
read(InputStream istream)
Read IORAddressingInfo from a marshalled stream |
static TypeCode |
type()
Return the IORAddressingInfo TypeCode |
static void |
write(OutputStream ostream,
IORAddressingInfo value)
Write IORAddressingInfo 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 IORAddressingInfoHelper()
Method Detail |
public static void insert(Any a, IORAddressingInfo t)
a
- an anyt
- IORAddressingInfo valuepublic static IORAddressingInfo extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static IORAddressingInfo read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, IORAddressingInfo value)
ostream
- the output streamvalue
- IORAddressingInfo value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |