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