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

A

AbstractSerializer - Class in com.metaparadigm.jsonrpc
Convenience class for implementing Serializers providing default setOwner and canSerialize implementations.
AbstractSerializer() - Constructor for class com.metaparadigm.jsonrpc.AbstractSerializer
 
accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
analyzeBean(Class) - Static method in class com.metaparadigm.jsonrpc.BeanSerializer
 
ArraySerializer - Class in com.metaparadigm.jsonrpc
 
ArraySerializer() - Constructor for class com.metaparadigm.jsonrpc.ArraySerializer
 

B

back() - Method in class org.json.JSONTokener
Back up one character.
BeanSerializer - Class in com.metaparadigm.jsonrpc
 
BeanSerializer() - Constructor for class com.metaparadigm.jsonrpc.BeanSerializer
 
BooleanSerializer - Class in com.metaparadigm.jsonrpc
 
BooleanSerializer() - Constructor for class com.metaparadigm.jsonrpc.BooleanSerializer
 

C

call(Object[], JSONObject) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.AbstractSerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
canSerialize(Class, Class) - Method in interface com.metaparadigm.jsonrpc.Serializer
 
canSerialize(Class, Class) - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
CODE_ERR_MARSHALL - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
CODE_ERR_NOMETHOD - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
CODE_ERR_PARSE - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
CODE_ERR_UNMARSHALL - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
CODE_REMOTE_EXCEPTION - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
CODE_SUCCESS - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
com.metaparadigm.jsonrpc - package com.metaparadigm.jsonrpc
JavaScript to Java remote communication library.

D

DateSerializer - Class in com.metaparadigm.jsonrpc
 
DateSerializer() - Constructor for class com.metaparadigm.jsonrpc.DateSerializer
 
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
DictionarySerializer - Class in com.metaparadigm.jsonrpc
 
DictionarySerializer() - Constructor for class com.metaparadigm.jsonrpc.DictionarySerializer
 

E

enableReferences() - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
ErrorInvocationCallback - Interface in com.metaparadigm.jsonrpc
Interface to be implemented by objects registered for invocation callbacks that include error information.

F

fromJSON(String) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 

G

get(Class) - Method in class com.metaparadigm.jsonrpc.SerializerState
 
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getBeanData(Class) - Static method in class com.metaparadigm.jsonrpc.BeanSerializer
 
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getErrorCode() - Method in class com.metaparadigm.jsonrpc.JSONRPCResult
 
getGlobalBridge() - Static method in class com.metaparadigm.jsonrpc.JSONRPCBridge
This method retreieves the global bridge singleton.
getId() - Method in class com.metaparadigm.jsonrpc.JSONRPCResult
 
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.BooleanSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.DateSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
getJSONClasses() - Method in interface com.metaparadigm.jsonrpc.Serializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
getJSONClasses() - Method in class com.metaparadigm.jsonrpc.StringSerializer
 
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMarshallClassHints() - Method in class com.metaparadigm.jsonrpc.JSONSerializer
Should serializers defined in this object include the fully qualified class name of objects being serialized? This can be helpful when unmarshalling, though if not needed can be left out in favor of increased performance and smaller size of marshalled String.
getMarshallNullAttributes() - Method in class com.metaparadigm.jsonrpc.JSONSerializer
Returns true if attributes will null values should still be included in the serialized JSON object.
getResult() - Method in class com.metaparadigm.jsonrpc.JSONRPCResult
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.BooleanSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.DateSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
getSerializableClasses() - Method in interface com.metaparadigm.jsonrpc.Serializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
getSerializableClasses() - Method in class com.metaparadigm.jsonrpc.StringSerializer
 
getSerializer() - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.

H

has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
HttpServletRequestArgResolver - Class in com.metaparadigm.jsonrpc
An LocalArgResolver implementation that is registered by default on the JSONRPCBridge and will replace an HttpServletRequest argument on a called method with the current request object.
HttpServletRequestArgResolver() - Constructor for class com.metaparadigm.jsonrpc.HttpServletRequestArgResolver
 
HttpSessionArgResolver - Class in com.metaparadigm.jsonrpc
An LocalArgResolver implementation that is registered by default on the JSONRPCBridge and will replace an HttpSession argument on a called method with the current session.
HttpSessionArgResolver() - Constructor for class com.metaparadigm.jsonrpc.HttpSessionArgResolver
 

I

init(ServletConfig) - Method in class com.metaparadigm.jsonrpc.JSONRPCServlet
 
InvocationCallback - Interface in com.metaparadigm.jsonrpc
Interface to be implemented by objects registered for invocation callbacks with the JSONRPCBridge.
invocationError(Object, Object, Method, Throwable) - Method in interface com.metaparadigm.jsonrpc.ErrorInvocationCallback
Listener for exceptions thrown from an RPC service.
isDebug() - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
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 string.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
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(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a string.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONRPCBridge - Class in com.metaparadigm.jsonrpc
This class implements a bridge that unmarshalls JSON objects in JSON-RPC request format, invokes a method on the exported object, and then marshalls the resulting Java objects to JSON objects in JSON-RPC result format.
JSONRPCBridge() - Constructor for class com.metaparadigm.jsonrpc.JSONRPCBridge
 
JSONRPCBridge(boolean) - Constructor for class com.metaparadigm.jsonrpc.JSONRPCBridge
 
JSONRPCBridgeServletArgResolver - Class in com.metaparadigm.jsonrpc
An LocalArgResolver implementation that is registered by default on the JSONRPCBridge and will replace an JSONRPCBridge argument on a called method with the seesion specific bridge object.
JSONRPCBridgeServletArgResolver() - Constructor for class com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver
 
JSONRPCResult - Class in com.metaparadigm.jsonrpc
 
JSONRPCResult(int, Object, Object) - Constructor for class com.metaparadigm.jsonrpc.JSONRPCResult
 
JSONRPCServlet - Class in com.metaparadigm.jsonrpc
This servlet handles JSON-RPC requests over HTTP and hands them to a JSONRPCBridge instance registered in the HttpSession.
JSONRPCServlet() - Constructor for class com.metaparadigm.jsonrpc.JSONRPCServlet
 
JSONSerializer - Class in com.metaparadigm.jsonrpc
This class is the public entry point to the serialization code and provides methods for marshalling Java objects into JSON objects and unmarshalling JSON objects into Java objects.
JSONSerializer() - Constructor for class com.metaparadigm.jsonrpc.JSONSerializer
 
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.json.JSONArray
Get the length of the JSONArray.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
ListSerializer - Class in com.metaparadigm.jsonrpc
 
ListSerializer() - Constructor for class com.metaparadigm.jsonrpc.ListSerializer
 
LocalArgResolveException - Exception in com.metaparadigm.jsonrpc
Thrown by LocalArgResolver objects when they are unable to resolve context information into the local argument object.
LocalArgResolveException(String) - Constructor for exception com.metaparadigm.jsonrpc.LocalArgResolveException
 
LocalArgResolver - Interface in com.metaparadigm.jsonrpc
Interface to be implemented by objects registered to locally resolve method arguments using transport context information.
lookupClass(String) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Lookup a class that is registered with this bridge.
lookupObject(String) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Lookup an object that is registered with this bridge.

M

MapSerializer - Class in com.metaparadigm.jsonrpc
 
MapSerializer() - Constructor for class com.metaparadigm.jsonrpc.MapSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.BooleanSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.DateSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
marshall(SerializerState, Object) - Method in interface com.metaparadigm.jsonrpc.Serializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
marshall(SerializerState, Object) - Method in class com.metaparadigm.jsonrpc.StringSerializer
 
MarshallException - Exception in com.metaparadigm.jsonrpc
Thrown by Serializer objects when they are unable to Marshall the Java objects into JSON objects.
MarshallException(String) - Constructor for exception com.metaparadigm.jsonrpc.MarshallException
 
max(ObjectMatch) - Method in class com.metaparadigm.jsonrpc.ObjectMatch
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MSG_ERR_NOMETHOD - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 
MSG_ERR_PARSE - Static variable in class com.metaparadigm.jsonrpc.JSONRPCResult
 

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash and slashstar).
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, which ever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NULL - Static variable in class com.metaparadigm.jsonrpc.ObjectMatch
 
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NumberSerializer - Class in com.metaparadigm.jsonrpc
 
NumberSerializer() - Constructor for class com.metaparadigm.jsonrpc.NumberSerializer
 
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a number.

O

ObjectMatch - Class in com.metaparadigm.jsonrpc
This class is returned from the Serializer tryUnmarshall method to indicate number of mismatched fields.
ObjectMatch(int) - Constructor for class com.metaparadigm.jsonrpc.ObjectMatch
 
OKAY - Static variable in class com.metaparadigm.jsonrpc.ObjectMatch
 
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.
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
Marshalling and unmarshalling of data in JSON format.

P

postInvoke(Object, Object, Method, Object) - Method in interface com.metaparadigm.jsonrpc.InvocationCallback
Callback after invocation of an RPC method.
preInvoke(Object, Object, Method, Object[]) - Method in interface com.metaparadigm.jsonrpc.InvocationCallback
Callback before invocation of an RPC method.
PrimitiveSerializer - Class in com.metaparadigm.jsonrpc
 
PrimitiveSerializer() - Constructor for class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
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(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, 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, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
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, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the value is non-null.

Q

quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

ReferenceSerializer - Class in com.metaparadigm.jsonrpc
 
ReferenceSerializer(JSONRPCBridge) - Constructor for class com.metaparadigm.jsonrpc.ReferenceSerializer
 
registerCallableReference(Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers a class to be returned as a callable reference.
registerCallback(InvocationCallback, Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers a callback to be called before and after method invocation
registerClass(String, Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers a class to export static methods.
registerDefaultSerializers() - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
registerLocalArgResolver(Class, Class, LocalArgResolver) - Static method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers a Class to be removed from the exported method signatures and instead be resolved locally using context information from the transport.
registerObject(Object, Object) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers an object to export all instance methods and static methods.
registerObject(Object, Object, Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers an object to export all instance methods defined by interfaceClass.
registerReference(Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Registers a class to be returned by reference and not by value as is done by default.
registerSerializer(Serializer) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
registerSerializer(Serializer) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
resolveArg(Object) - Method in class com.metaparadigm.jsonrpc.HttpServletRequestArgResolver
 
resolveArg(Object) - Method in class com.metaparadigm.jsonrpc.HttpSessionArgResolver
 
resolveArg(Object) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver
 
resolveArg(Object) - Method in interface com.metaparadigm.jsonrpc.LocalArgResolver
Resolve an argument locally using the given context information.

S

Serializer - Interface in com.metaparadigm.jsonrpc
Interface to be implemented by custom serializer objects that convert to and from Java objects and JSON objects.
SerializerState - Class in com.metaparadigm.jsonrpc
This class is used by Serializers to hold state during marshalling and unmarshalling.
SerializerState() - Constructor for class com.metaparadigm.jsonrpc.SerializerState
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.metaparadigm.jsonrpc.JSONRPCServlet
 
setDebug(boolean) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
setDebug(boolean) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
setMarshallClassHints(boolean) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
Should serializers defined in this object include the fully qualified class name of objects being serialized? This can be helpful when unmarshalling, though if not needed can be left out in favor of increased performance and smaller size of marshalled String.
setMarshallNullAttributes(boolean) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
Returns true if attributes will null values should still be included in the serialized JSON object.
setOwner(JSONSerializer) - Method in class com.metaparadigm.jsonrpc.AbstractSerializer
 
setOwner(JSONSerializer) - Method in interface com.metaparadigm.jsonrpc.Serializer
 
setSerializer(JSONSerializer) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
 
SetSerializer - Class in com.metaparadigm.jsonrpc
 
SetSerializer() - Constructor for class com.metaparadigm.jsonrpc.SetSerializer
 
skipPast(String) - Method in class org.json.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
StringSerializer - Class in com.metaparadigm.jsonrpc
 
StringSerializer() - Constructor for class com.metaparadigm.jsonrpc.StringSerializer
 
syntaxError(String) - Method in class org.json.JSONTokener
Make a ParseException to signal a syntax error.

T

toJSON(Object) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toNumber(Class, Object) - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
toPrimitive(Class, Object) - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
toString() - Method in class com.metaparadigm.jsonrpc.JSONRPCResult
 
toString() - Method in class org.json.JSONArray
Make an JSON external form string of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON string of this JSONArray.
toString() - Method in class org.json.JSONObject
Make an JSON external form string of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON external form string of this JSONObject.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.BooleanSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.DateSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in interface com.metaparadigm.jsonrpc.Serializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
tryUnmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.StringSerializer
 

U

unescape() - Method in class org.json.JSONTokener
Unescape the source text.
unescape(String) - Static method in class org.json.JSONTokener
Convert %hh sequences to single characters, and convert plus to space.
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ArraySerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.BeanSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.BooleanSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.DateSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.DictionarySerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.JSONSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ListSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.MapSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.NumberSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.PrimitiveSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.ReferenceSerializer
 
unmarshall(SerializerState, Class, Object) - Method in interface com.metaparadigm.jsonrpc.Serializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.SetSerializer
 
unmarshall(SerializerState, Class, Object) - Method in class com.metaparadigm.jsonrpc.StringSerializer
 
UnmarshallException - Exception in com.metaparadigm.jsonrpc
Thrown by Serializer objects when they are unable to Unmarshall the JSON objects into Java objects.
UnmarshallException(String) - Constructor for exception com.metaparadigm.jsonrpc.UnmarshallException
 
unregisterCallback(InvocationCallback, Class) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Unregisters a callback
unregisterClass(String) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Unregisters a class exported with registerClass.
unregisterLocalArgResolver(Class, Class, LocalArgResolver) - Static method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Unregisters a LocalArgResolver.
unregisterObject(Object) - Method in class com.metaparadigm.jsonrpc.JSONRPCBridge
Unregisters an object exported with registerObject.

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

Copyright © 2005 Metaparadigm Pte Ltd.