Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Request

Packages that use JSONRPC2Request
com.thetransactioncompany.jsonrpc2 Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses. 
 

Uses of JSONRPC2Request in com.thetransactioncompany.jsonrpc2
 

Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2Request
static JSONRPC2Request JSONRPC2Request.parse(String jsonString)
          Parses a JSON-RPC 2.0 request string.
static JSONRPC2Request JSONRPC2Request.parse(String jsonString, boolean preserveOrder)
          Parses a JSON-RPC 2.0 request string.
static JSONRPC2Request JSONRPC2Request.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion)
          Parses a JSON-RPC 2.0 request string.
static JSONRPC2Request JSONRPC2Request.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes)
          Parses a JSON-RPC 2.0 request string.
 JSONRPC2Request JSONRPC2Parser.parseJSONRPC2Request(String jsonString)
          Parses a JSON-RPC 2.0 request string.
 



Copyright © 2013 The Transaction Company. All Rights Reserved.