Package | Description |
---|---|
app.util |
This package defines utility classes to support applications and applets
based on the Java ARP signing avatar subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
SToCThread.requestSiGMLTextToCAS(java.lang.String sigml,
java.lang.String avatar,
java.lang.String casfmt,
SToCApplet.CASDispatch casback)
Accepts a CAS generation request for the given SiGML text and
avatar, attaches the given
SToCApplet.CASDispatch to the request as
its associated results target, and posts the request to the
SiGML-to-CAS processing thread, waiting if necessary until that
thread is ready to accept it. |
void |
SToCThread.requestSiGMLURLToCAS(java.lang.String sigmlurl,
java.lang.String avatar,
java.lang.String casfmt,
SToCApplet.CASDispatch casback)
Accepts a CAS generation request for the given SiGML URL and
avatar, attaches the given
SToCApplet.CASDispatch to the request as
its associated results target, and posts the request to the
SiGML-to-CAS processing thread, waiting if necessary until that
thread is ready to accept it. |