Class BatchServiceClient.ReratingClientRequestHandler

java.lang.Object
com.highdeal.cnd.message.BatchServiceClient.ReratingClientRequestHandler
All Implemented Interfaces:
com.highdeal.barbus.RequestHandler
Enclosing class:
BatchServiceClient

public static class BatchServiceClient.ReratingClientRequestHandler extends Object implements com.highdeal.barbus.RequestHandler
Rerating service client request handler: always refuse rerating information, except if a rerating information handler has been set.
  • Constructor Details

    • ReratingClientRequestHandler

      public ReratingClientRequestHandler()
  • Method Details

    • handleRequest

      public void handleRequest(com.highdeal.barbus.Request request)
      Description copied from interface: com.highdeal.barbus.RequestHandler
      Notifies the handler when a request is received.
      Specified by:
      handleRequest in interface com.highdeal.barbus.RequestHandler
      Parameters:
      request - the request to be handled.
    • setReratingInfoHandler

      public void setReratingInfoHandler(com.highdeal.barbus.RequestHandler handler)