public interface WebScriptCaller
| Modifier and Type | Method and Description |
|---|---|
void |
get(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
void |
get(String servicePath,
WebscriptResponseHandler handler,
WebscriptParam... params) |
org.json.JSONObject |
getJsonObject(String servicePath,
List<WebscriptParam> params) |
org.json.JSONObject |
getJsonObject(String servicePath,
WebscriptParam... params) |
String |
getTicket(String user,
String password) |
void |
post(String servicePath,
WebscriptResponseHandler handler,
List<WebscriptParam> params) |
org.json.JSONObject getJsonObject(String servicePath, List<WebscriptParam> params)
void get(String servicePath, WebscriptResponseHandler handler, List<WebscriptParam> params)
org.json.JSONObject getJsonObject(String servicePath, WebscriptParam... params)
void get(String servicePath, WebscriptResponseHandler handler, WebscriptParam... params)
void post(String servicePath, WebscriptResponseHandler handler, List<WebscriptParam> params)
Copyright © 2005–2014 Alfresco Software. All rights reserved.