Uses of Class
com.sun.corba.ee.org.omg.GSSUP.ErrorToken
-
Packages that use ErrorToken Package Description com.sun.corba.ee.org.omg.GSSUP -
-
Uses of ErrorToken in com.sun.corba.ee.org.omg.GSSUP
Fields in com.sun.corba.ee.org.omg.GSSUP declared as ErrorToken Modifier and Type Field Description ErrorToken
ErrorTokenHolder. value
Methods in com.sun.corba.ee.org.omg.GSSUP that return ErrorToken Modifier and Type Method Description static ErrorToken
ErrorTokenHelper. extract(Any a)
static ErrorToken
ErrorTokenHelper. read(InputStream istream)
Methods in com.sun.corba.ee.org.omg.GSSUP with parameters of type ErrorToken Modifier and Type Method Description static void
ErrorTokenHelper. insert(Any a, ErrorToken that)
static void
ErrorTokenHelper. write(OutputStream ostream, ErrorToken value)
Constructors in com.sun.corba.ee.org.omg.GSSUP with parameters of type ErrorToken Constructor Description ErrorTokenHolder(ErrorToken initialValue)
-