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