Class JSONProcessor
- java.lang.Object
 - 
- org.apache.turbine.services.jsonrpc.JSONProcessor
 
 
- 
public class JSONProcessor extends Object
Process a JSON RPC call- Author:
 - Scott Eade
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JSONProcessor() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectprocessCall(CharArrayWriter cdata, org.jabsorb.JSONRPCBridge json_bridge, HttpServletRequest request)Process a JSON RPC call 
 - 
 
- 
- 
Constructor Detail
- 
JSONProcessor
public JSONProcessor()
 
 - 
 
- 
Method Detail
- 
processCall
public static Object processCall(CharArrayWriter cdata, org.jabsorb.JSONRPCBridge json_bridge, HttpServletRequest request)
Process a JSON RPC call- Parameters:
 cdata- the JSON datajson_bridge- theJSONRPCBridgeobjectrequest- the request- Returns:
 - the return object of the JSON RPC call
 
 
 - 
 
 -