Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Message
- 
Packages that use JSONRPC2Message Package Description com.thetransactioncompany.jsonrpc2 Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses.
- 
- 
Uses of JSONRPC2Message in com.thetransactioncompany.jsonrpc2Subclasses of JSONRPC2Message in com.thetransactioncompany.jsonrpc2 Modifier and Type Class Description classJSONRPC2NotificationRepresents a JSON-RPC 2.0 notification.classJSONRPC2RequestRepresents a JSON-RPC 2.0 request.classJSONRPC2ResponseRepresents a JSON-RPC 2.0 response.Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2Message Modifier and Type Method Description static JSONRPC2MessageJSONRPC2Message. parse(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.static JSONRPC2MessageJSONRPC2Message. parse(String jsonString, boolean preserveOrder, boolean ignoreVersion)Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.JSONRPC2MessageJSONRPC2Parser. parseJSONRPC2Message(String jsonString)Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
 
-