com.highdeal.cnd.message
Class BatchServiceClient.ReratingClientRequestHandler

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

public static class BatchServiceClient.ReratingClientRequestHandler
extends java.lang.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 Summary
BatchServiceClient.ReratingClientRequestHandler()
           
 
Method Summary
 void handleRequest(com.highdeal.barbus.Request request)
          Notifies the handler when a request is received.
 void setReratingInfoHandler(com.highdeal.barbus.RequestHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchServiceClient.ReratingClientRequestHandler

public BatchServiceClient.ReratingClientRequestHandler()
Method Detail

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)

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)