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 |
---|---|
JSONObject |
JSONRPC2Error.toJSON()
Deprecated.
|
JSONObject |
JSONRPC2Response.toJSONObject() |
JSONObject |
JSONRPC2Notification.toJSONObject() |
JSONObject |
JSONRPC2Request.toJSONObject() |
abstract JSONObject |
JSONRPC2Message.toJSONObject()
Returns a JSON object representing this JSON-RPC 2.0 message.
|
JSONObject |
JSONRPC2Error.toJSONObject()
Returns a JSON object representation of this JSON-RPC 2.0 error.
|