org.omg.CSI
Class IdentityTokenHelper

java.lang.Object
  extended byorg.omg.CSI.IdentityTokenHelper

public final class IdentityTokenHelper
extends java.lang.Object

Generated from IDL definition of union "IdentityToken"

Author:
JacORB IDL compiler

Constructor Summary
IdentityTokenHelper()
           
 
Method Summary
static IdentityToken extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, IdentityToken s)
           
static IdentityToken read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, IdentityToken s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityTokenHelper

public IdentityTokenHelper()
Method Detail

insert

public static void insert(Any any,
                          IdentityToken s)

extract

public static IdentityToken extract(Any any)

id

public static java.lang.String id()

read

public static IdentityToken read(InputStream in)

write

public static void write(OutputStream out,
                         IdentityToken s)

type

public static TypeCode type()