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