Uses of Package
com.thetransactioncompany.jsonrpc2

Packages that use com.thetransactioncompany.jsonrpc2
com.thetransactioncompany.jsonrpc2 Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses. 
com.thetransactioncompany.jsonrpc2.util Utility classes for typed retrieval of JSON-RPC 2.0 request parameters on the server side. 
 

Classes in com.thetransactioncompany.jsonrpc2 used by com.thetransactioncompany.jsonrpc2
JSONRPC2Error
          Represents a JSON-RPC 2.0 error that occurred during the processing of a request.
JSONRPC2Message
          The base abstract class for JSON-RPC 2.0 requests, notifications and responses.
JSONRPC2Notification
          Represents a JSON-RPC 2.0 notification.
JSONRPC2ParamsType
          Enumeration of the three parameter types in JSON-RPC 2.0 requests and notifications.
JSONRPC2ParseException
          Thrown to indicate an exception during the parsing of a JSON-RPC 2.0 message string.
JSONRPC2Request
          Represents a JSON-RPC 2.0 request.
JSONRPC2Response
          Represents a JSON-RPC 2.0 response.
 

Classes in com.thetransactioncompany.jsonrpc2 used by com.thetransactioncompany.jsonrpc2.util
JSONRPC2Error
          Represents a JSON-RPC 2.0 error that occurred during the processing of a request.
 



Copyright © 2013 The Transaction Company. All Rights Reserved.