org.omg.GIOP
Class MsgType_1_1Helper
java.lang.Object
|
+--org.omg.GIOP.MsgType_1_1Helper
- public class MsgType_1_1Helper
- extends java.lang.Object
Helper class for : MsgType_1_1
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgType_1_1Helper
public MsgType_1_1Helper()
insert
public static void insert(Any a,
MsgType_1_1 t)
- Insert MsgType_1_1 into an any
- Parameters:
a
- an anyt
- MsgType_1_1 value
extract
public static MsgType_1_1 extract(Any a)
- Extract MsgType_1_1 from an any
- Parameters:
a
- an any- Returns:
- the extracted MsgType_1_1 value
type
public static TypeCode type()
- Return the MsgType_1_1 TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the MsgType_1_1 IDL ID
- Returns:
- an ID
read
public static MsgType_1_1 read(InputStream istream)
- Read MsgType_1_1 from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed MsgType_1_1 value
write
public static void write(OutputStream ostream,
MsgType_1_1 value)
- Write MsgType_1_1 into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- MsgType_1_1 value