| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2 | Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses. |
| Modifier and Type | Method and Description |
|---|---|
static JSONRPC2Request | JSONRPC2Request.parse(String jsonString)Parses a JSON-RPC 2.0 request string. |
static JSONRPC2Notification | JSONRPC2Notification.parse(String jsonString)Parses a JSON-RPC 2.0 notification string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Message | JSONRPC2Message.parse(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |
static JSONRPC2Request | JSONRPC2Request.parse(String jsonString,
boolean preserveOrder)Parses a JSON-RPC 2.0 request string. |
static JSONRPC2Notification | JSONRPC2Notification.parse(String jsonString,
boolean preserveOrder)Parses a JSON-RPC 2.0 notification string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Request | JSONRPC2Request.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Parses a JSON-RPC 2.0 request string. |
static JSONRPC2Notification | JSONRPC2Notification.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Parses a JSON-RPC 2.0 notification string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Parses a JSON-RPC 2.0 response string. |
static JSONRPC2Message | JSONRPC2Message.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |
static JSONRPC2Request | JSONRPC2Request.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion,
boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 request string. |
static JSONRPC2Notification | JSONRPC2Notification.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion,
boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 notification string. |
static JSONRPC2Response | JSONRPC2Response.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion,
boolean parseNonStdAttributes)Parses a JSON-RPC 2.0 response string. |
JSONRPC2Message | JSONRPC2Parser.parseJSONRPC2Message(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |
JSONRPC2Notification | JSONRPC2Parser.parseJSONRPC2Notification(String jsonString)Parses a JSON-RPC 2.0 notification string. |
JSONRPC2Request | JSONRPC2Parser.parseJSONRPC2Request(String jsonString)Parses a JSON-RPC 2.0 request string. |
JSONRPC2Response | JSONRPC2Parser.parseJSONRPC2Response(String jsonString)Parses a JSON-RPC 2.0 response string. |