Package lumis.service.wsrp.producer
Class ProducerRouterServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- lumis.service.wsrp.producer.ProducerRouterServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ProducerRouterServlet extends HttpServlet
Routes requests to the webservice servlet.- Since:
- 5.5.0
- Version:
- $Revision: 13912 $ $Date: 2012-01-10 15:25:52 -0200 (Tue, 10 Jan 2012) $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
WSRP_PRODUCER_KEY
-
Constructor Summary
Constructors Constructor Description ProducerRouterServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
service(HttpServletRequest req, HttpServletResponse res)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Field Detail
-
WSRP_PRODUCER_KEY
public static final String WSRP_PRODUCER_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
service
protected void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
- Overrides:
service
in classHttpServlet
- Throws:
ServletException
IOException
-
-