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