| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2 | Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses. |
| Modifier and Type | Class and Description |
|---|---|
class | JSONRPC2NotificationRepresents a JSON-RPC 2.0 notification. |
class | JSONRPC2RequestRepresents a JSON-RPC 2.0 request. |
class | JSONRPC2ResponseRepresents a JSON-RPC 2.0 response. |
| Modifier and Type | Method and Description |
|---|---|
static JSONRPC2Message | JSONRPC2Message.parse(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |
static JSONRPC2Message | JSONRPC2Message.parse(String jsonString,
boolean preserveOrder,
boolean ignoreVersion)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |
JSONRPC2Message | JSONRPC2Parser.parseJSONRPC2Message(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications
and responses. |