Package com.thetransactioncompany.jsonrpc2.util

Utility classes for extracting positional and named parameter values from JSON-RPC 2.0 requests.

See:
          Description

Class Summary
NamedParamsRetriever Utility class for retrieving JSON-RPC 2.0 named parameters (key-value pairs packed into a JSON Object).
ParamsRetriever Base abstract class for the JSON-RPC 2.0 parameter retrievers.
PositionalParamsRetriever Utility class for retrieving JSON-RPC 2.0 positional parameters (packed into a JSON Array).
 

Package com.thetransactioncompany.jsonrpc2.util Description

Utility classes for extracting positional and named parameter values from JSON-RPC 2.0 requests. Use them on the server side to ease processing of incoming request and notification messages.

Package dependencies: The classes in this package depend on the sister com.thetransactioncompany.jsonrpc2 package.

Version:
1.9.1 (2010-03-15)
Author:
Vladimir Dzhuvinov


Copyright © 2009-2010 Vladimir Dzhuvinov. All Rights Reserved.