Ejemplo n.º 1
0
 public JSONObject get(String path, String username, String password) {
   return RestLocalServiceUtil.get(path, username, password);
 }
Ejemplo n.º 2
0
 public JSONObject get(String path) {
   return RestLocalServiceUtil.get(path);
 }