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