Uses of Class
org.omg.GSSUP.ErrorToken

Packages that use ErrorToken
org.omg.GSSUP   
 

Uses of ErrorToken in org.omg.GSSUP
 

Fields in org.omg.GSSUP declared as ErrorToken
 ErrorToken ErrorTokenHolder.value
           
 

Methods in org.omg.GSSUP that return ErrorToken
static ErrorToken ErrorTokenHelper.extract(Any any)
           
static ErrorToken ErrorTokenHelper.read(InputStream in)
           
 

Methods in org.omg.GSSUP with parameters of type ErrorToken
static void ErrorTokenHelper.insert(Any any, ErrorToken s)
           
static void ErrorTokenHelper.write(OutputStream out, ErrorToken s)
           
 

Constructors in org.omg.GSSUP with parameters of type ErrorToken
ErrorTokenHolder(ErrorToken initial)