Searched refs:buildRequestObject (Results 1 – 2 of 2) sorted by relevance
61 JSONObject request = buildRequestObject(method, params); in rpcCall()67 public static JSONObject buildRequestObject(String method, JSONObject params) { in buildRequestObject() method in JsonRpcProxy
98 JSONObject request = JsonRpcProxy.buildRequestObject(rpcMethodName, arguments); in doCsvRequest()