|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.vergil.net.VergilAppiusGWTCommunicator
public class VergilAppiusGWTCommunicator
WRITEME: Document this type.
Field Summary | |
---|---|
private AppianGWTClient |
client
WRITEME |
String |
sessionApple
session apple, used to encrypt communications |
String |
sessionID
WRITEME |
Constructor Summary | |
---|---|
VergilAppiusGWTCommunicator(AppianGWTClient appianJSONClient)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
static void |
dispatchJSON(com.google.gwt.core.client.JavaScriptObject jso,
HandlesJSONReply handler)
WRITEME: Document this method brpocock@star-hope.org |
AppianGWTClient |
getClient()
|
static void |
makeJSONRequest(String url,
HandlesJSONReply handler)
WRITEME: Document this method brpocock@star-hope.org |
void |
sendJSON(com.google.gwt.json.client.JSONObject jso)
WRITEME: Document this method brpocock@star-hope.org |
void |
setClient(AppianGWTClient newClient)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String sessionID
public String sessionApple
private AppianGWTClient client
Constructor Detail |
---|
public VergilAppiusGWTCommunicator(AppianGWTClient appianJSONClient)
appianJSONClient
- WRITEMEMethod Detail |
---|
public static void dispatchJSON(com.google.gwt.core.client.JavaScriptObject jso, HandlesJSONReply handler)
jso
- WRITEMEhandler
- WRITEMEpublic static void makeJSONRequest(String url, HandlesJSONReply handler)
url
- WRITEMEhandler
- WRITEMEpublic AppianGWTClient getClient()
public void sendJSON(com.google.gwt.json.client.JSONObject jso)
jso
- WRITEMEpublic void setClient(AppianGWTClient newClient)
newClient
- the client to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |