Let us consider a typical Web based application that uses a J2EE application server for handling requests, the object that receives and handles request on the server side will be a servlet. Thus the AbstractRequestHandler will have to be derived from HttpServlet and the service() method has to be overriden to perform