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

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSNULL_CLASS_IDENTIFIER - Static variable in interface org.sr.common.transformer.json.IJSTransformer
 
JSNULL_VALUE - Static variable in interface org.sr.common.transformer.json.IJSTransformer
 
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONCaller - Class in org.sr.server.json
This class is offers a convinient way to access and call java object methods with JSON object in a caller context.
JSONCaller() - Constructor for class org.sr.server.json.JSONCaller
 
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONHelper - Class in org.sr.common.transformer.json
This class contains helper methods for transformation operations
JSONHelper() - Constructor for class org.sr.common.transformer.json.JSONHelper
 
JSONML - Class in org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.json.JSONML
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONRequest - Class in org.sr.common.json
This class represents an incoming message structure to the remote services.
JSONRequest() - Constructor for class org.sr.common.json.JSONRequest
Creates new empty message
JSONRequest(JSONObject) - Constructor for class org.sr.common.json.JSONRequest
Use this constructor to wrap a prepared message within this class
JSONResponse - Class in org.sr.common.json
  This class represents a response from a remote service.
JSONResponse(String) - Constructor for class org.sr.common.json.JSONResponse
Create a JSONResponse wrapper java class to the given String object which obeys JSON Rules
JSONResponse(JSONObject) - Constructor for class org.sr.common.json.JSONResponse
Create a JSONResponse wrapper java class to the given JSONObject (Javascript class)
JSONResponse(String, Object) - Constructor for class org.sr.common.json.JSONResponse
Creates a response wrapper class for the given result for the given message id
JSONResponse(String, int, String, String) - Constructor for class org.sr.common.json.JSONResponse
Creates a response wrapper class which contains the given error
JSONRRClient - Class in org.sr.client
This is java client class of simple remoting.
JSONRRClient(String) - Constructor for class org.sr.client.JSONRRClient
Client constructor for http connections to call service anonymously
JSONRRClient(String, String, String) - Constructor for class org.sr.client.JSONRRClient
Client constructor for http connections to call services with the given security credentials
JSONRRClient(String, String, String, String, String) - Constructor for class org.sr.client.JSONRRClient
Client constructor for http connections to call services with the given security credentials
JSONRRServlet - Class in org.sr.server.http.json
This class is an end point implementation.
JSONRRServlet() - Constructor for class org.sr.server.http.json.JSONRRServlet
 
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.
JSTransformer - Class in org.sr.common.transformer.json
This class is designed to be a generic JSON transformer which covers all Java types.
JSTransformer() - Constructor for class org.sr.common.transformer.json.JSTransformer
 

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