Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2Message

Packages that use JSONRPC2Message
com.thetransactioncompany.jsonrpc2 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.jsonrpc2
 class JSONRPC2Notification
          Represents a JSON-RPC 2.0 notification.
 class JSONRPC2Request
          Represents a JSON-RPC 2.0 request.
 class JSONRPC2Response
          Represents a JSON-RPC 2.0 response.
 

Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2Message
static JSONRPC2Message JSONRPC2Message.parse(String jsonString)
          Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
static JSONRPC2Message JSONRPC2Message.parse(String jsonString, boolean preserveOrder, boolean ignoreVersion)
          Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
 JSONRPC2Message JSONRPC2Parser.parseJSONRPC2Message(String jsonString)
          Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
 



Copyright © 2013 The Transaction Company. All Rights Reserved.