|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppianJSONTransport
Method Summary | |
---|---|
void |
setServerURI(String uri)
Set the URI for the server to be used. |
List<org.json.JSONObject> |
transact(org.json.JSONObject toSend)
Send a JSON packet to the server and receive back the result set. |
Method Detail |
---|
List<org.json.JSONObject> transact(org.json.JSONObject toSend)
toSend
- The JSON data (envelope and all) to be transmitted
void setServerURI(String uri)
uri
- the server URI to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |