public class HttpRequestHandlerServlet extends HttpServlet
HttpRequestHandler bean defined
 in Spring's root web application context. The target bean name must match the
 HttpRequestHandlerServlet servlet-name as defined in web.xml.
 This can for example be used to expose a single Spring remote exporter,
 such as HttpInvokerServiceExporter
 or HessianServiceExporter,
 per HttpRequestHandlerServlet definition. This is a minimal alternative
 to defining remote exporters as beans in a DispatcherServlet context
 (with advanced mapping and interception facilities being available there).
HttpRequestHandler, 
DispatcherServlet, 
Serialized Form| Constructor and Description | 
|---|
| HttpRequestHandlerServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | init() | 
| protected void | service(HttpServletRequest request,
       HttpServletResponse response) | 
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init()
          throws ServletException
init in class GenericServletServletExceptionprotected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service in class HttpServletServletExceptionIOException