Server Reference Guide : JSON-RPC 2.0 Interface : Sending JSON-RPC Requests to the Server Application : OpenROADJSONRPC Servlet
 
Share this page          
OpenROADJSONRPC Servlet
This is a Java servlet to be used in a servlet container or web server such as Tomcat.
It extracts the JSON payload from an HTTP POST message and invokes the JsonRpcRequest() method with this payload as a request using a RemoteServer object from a pool of connected objects.
It then returns a JSON response as a response payload of the HTTP message.