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

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
ObjectExistException - Exception in org.sr.common.transformer
Thrown when an existing object tried to be added to ObjectReferenceMap
ObjectExistException() - Constructor for exception org.sr.common.transformer.ObjectExistException
 
ObjectExistException(String) - Constructor for exception org.sr.common.transformer.ObjectExistException
 
ObjectExistException(Throwable) - Constructor for exception org.sr.common.transformer.ObjectExistException
 
ObjectExistException(String, Throwable) - Constructor for exception org.sr.common.transformer.ObjectExistException
 
ObjectReferenceMap - Class in org.sr.common.transformer
This class keeps object references within it.
ObjectReferenceMap() - Constructor for class org.sr.common.transformer.ObjectReferenceMap
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
This package contains JSON java library that's implemented by http://www.json.org/
org.sr.client - package org.sr.client
This package contains java client classes
org.sr.common.json - package org.sr.common.json
This package contains request and response java wrapper classes for JSON services
org.sr.common.transformer - package org.sr.common.transformer
This package contains base classes that are required for Java to target format transformations and vice versa.
org.sr.common.transformer.json - package org.sr.common.transformer.json
This package contains JSON Type transformers.
org.sr.server - package org.sr.server
This package contains core server side classes.
org.sr.server.ejb - package org.sr.server.ejb
This package contains EJB specific implementations.
org.sr.server.http - package org.sr.server.http
This package contains http protocol specific classess.
org.sr.server.http.filter - package org.sr.server.http.filter
This package contains some filter classes that you can apply your web project
org.sr.server.http.json - package org.sr.server.http.json
This package contains endpoint implementations which uses http protocol as carriers and JSON as message format.
org.sr.server.json - package org.sr.server.json
This package contains JSON specific implementation of caller.
org.sr.server.spring - package org.sr.server.spring
This package contains Spring frmework specific implementations.

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