Uses of Interface
com.thetransactioncompany.jsonrpc2.server.RequestHandler

Packages that use RequestHandler
com.thetransactioncompany.jsonrpc2.server Simple server framework for processing JSON-RPC 2.0 requests and notifications. 
com.thetransactioncompany.jsonrpc2.server.examples Examples. 
 

Uses of RequestHandler in com.thetransactioncompany.jsonrpc2.server
 

Classes in com.thetransactioncompany.jsonrpc2.server that implement RequestHandler
 class Dispatcher
          Dispatcher for JSON-RPC 2.0 requests and notifications.
 

Methods in com.thetransactioncompany.jsonrpc2.server that return RequestHandler
 RequestHandler Dispatcher.getRequestHandler(String requestName)
          Gets the handler for the specified JSON-RPC 2.0 request name.
 

Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type RequestHandler
 void Dispatcher.register(RequestHandler handler)
          Registers a new JSON-RPC 2.0 request handler.
 

Uses of RequestHandler in com.thetransactioncompany.jsonrpc2.server.examples
 

Classes in com.thetransactioncompany.jsonrpc2.server.examples that implement RequestHandler
static class Example.DateTimeHandler
           
static class Example.EchoHandler
           
 



Copyright © 2013 The Transaction Company. All Rights Reserved.