org.starhope.vergil.net
Class VergilAppiusGWTCommunicator

java.lang.Object
  extended by org.starhope.vergil.net.VergilAppiusGWTCommunicator

public class VergilAppiusGWTCommunicator
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

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

sessionID

public String sessionID
WRITEME


sessionApple

public String sessionApple
session apple, used to encrypt communications


client

private AppianGWTClient client
WRITEME

Constructor Detail

VergilAppiusGWTCommunicator

public VergilAppiusGWTCommunicator(AppianGWTClient appianJSONClient)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
appianJSONClient - WRITEME
Method Detail

dispatchJSON

public static void dispatchJSON(com.google.gwt.core.client.JavaScriptObject jso,
                                HandlesJSONReply handler)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
jso - WRITEME
handler - WRITEME

makeJSONRequest

public static void makeJSONRequest(String url,
                                   HandlesJSONReply handler)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
url - WRITEME
handler - WRITEME

getClient

public AppianGWTClient getClient()
Returns:
the client

sendJSON

public void sendJSON(com.google.gwt.json.client.JSONObject jso)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
jso - WRITEME

setClient

public void setClient(AppianGWTClient newClient)
Parameters:
newClient - the client to set