Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Packages that use JSONRPC2ParseException
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
-
Uses of JSONRPC2ParseException in com.thetransactioncompany.jsonrpc2
Methods in com.thetransactioncompany.jsonrpc2 that throw JSONRPC2ParseExceptionModifier and TypeMethodDescriptionstatic JSONRPC2MessageProvides common parsing of JSON-RPC 2.0 requests, notifications and responses.static JSONRPC2MessageProvides common parsing of JSON-RPC 2.0 requests, notifications and responses.static JSONRPC2NotificationParses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationParses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationParses a JSON-RPC 2.0 notification string.static JSONRPC2NotificationJSONRPC2Notification.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes) Parses a JSON-RPC 2.0 notification string.static JSONRPC2RequestParses a JSON-RPC 2.0 request string.static JSONRPC2RequestParses a JSON-RPC 2.0 request string.static JSONRPC2RequestParses a JSON-RPC 2.0 request string.static JSONRPC2RequestJSONRPC2Request.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes) Parses a JSON-RPC 2.0 request string.static JSONRPC2ResponseParses a JSON-RPC 2.0 response string.static JSONRPC2ResponseParses a JSON-RPC 2.0 response string.static JSONRPC2ResponseParses a JSON-RPC 2.0 response string.static JSONRPC2ResponseJSONRPC2Response.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion, boolean parseNonStdAttributes) Parses a JSON-RPC 2.0 response string.JSONRPC2Parser.parseJSONRPC2Message(String jsonString) Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.JSONRPC2Parser.parseJSONRPC2Notification(String jsonString) Parses a JSON-RPC 2.0 notification string.JSONRPC2Parser.parseJSONRPC2Request(String jsonString) Parses a JSON-RPC 2.0 request string.JSONRPC2Parser.parseJSONRPC2Response(String jsonString) Parses a JSON-RPC 2.0 response string.