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

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

Uses of NotificationHandler in com.thetransactioncompany.jsonrpc2.server
 

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

Methods in com.thetransactioncompany.jsonrpc2.server that return NotificationHandler
 NotificationHandler Dispatcher.getNotificationHandler(String notificationName)
          Gets the handler for the specified JSON-RPC 2.0 notification name.
 

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



Copyright © 2013 The Transaction Company. All Rights Reserved.