Package com.highdeal.cnd.message
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(com.highdeal.barbus.Request request) Notifies the handler when a request is received.voidsetReratingInfoHandler(com.highdeal.barbus.RequestHandler handler) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.highdeal.barbus.RequestHandler
traceHandleRequestException
-
Constructor Details
-
ReratingClientRequestHandler
public ReratingClientRequestHandler()
-
-
Method Details
-
handleRequest
public void handleRequest(com.highdeal.barbus.Request request) Description copied from interface:com.highdeal.barbus.RequestHandlerNotifies the handler when a request is received.- Specified by:
handleRequestin interfacecom.highdeal.barbus.RequestHandler- Parameters:
request- the request to be handled.
-
setReratingInfoHandler
public void setReratingInfoHandler(com.highdeal.barbus.RequestHandler handler)
-