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 FormConstructor 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, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init() throws ServletException
init
in class GenericServlet
ServletException
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException