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