Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Packages that use JSONRPC2Message
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
-
Uses of JSONRPC2Message in com.thetransactioncompany.jsonrpc2
Subclasses of JSONRPC2Message in com.thetransactioncompany.jsonrpc2Modifier 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.Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2MessageModifier 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.