A B C D E F G H I J K L M N O P Q R S T U V W X

P

PARAMETERS_ATTRIBUTE - Static variable in class org.sr.common.json.JSONRequest
 
POJOServiceLocator - Class in org.sr.server
Service Locator implementation for Plain Java Objects.This implementation is used as default service locator of system.
POJOServiceLocator() - Constructor for class org.sr.server.POJOServiceLocator
 
post(String) - Method in class org.sr.client.HttpForm
posts the form to given url
processRegisteredXMLConfig() - Static method in class org.sr.server.ServicesRegistry
Processes registered config files, resolves them and registers services, locators and interceptors within those files
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putAdditionalRequestProperty(String, String) - Method in class org.sr.client.HttpForm
Puts the given name,value pair to the http header
putFieldValue(String, String) - Method in class org.sr.client.HttpForm
Adds a new field and its value to the form
putObject(Object) - Method in class org.sr.common.transformer.ObjectReferenceMap
Puts an object reference to the map.It never thrown an exception for the null references.It simply skips them.
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putToHeader(String, Object) - Method in class org.sr.common.json.JSONRequest
Adds given field to the header
putToHeader(String, Object) - Method in class org.sr.common.json.JSONResponse
 

A B C D E F G H I J K L M N O P Q R S T U V W X