Class 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 data
        json_bridge - the JSONRPCBridge object
        request - the request
        Returns:
        the return object of the JSON RPC call