Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
-
Uses of JSONRPC2Message in com.thetransactioncompany.jsonrpc2
Modifier and TypeClassDescriptionclass
Represents a JSON-RPC 2.0 notification.class
Represents a JSON-RPC 2.0 request.class
Represents a JSON-RPC 2.0 response.Modifier and TypeMethodDescriptionstatic JSONRPC2Message
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.static JSONRPC2Message
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.JSONRPC2Parser.parseJSONRPC2Message
(String jsonString) Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.