Package lumis.service.wsrp.producer
Class ProducerWSDLServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- lumis.service.wsrp.producer.ProducerWSDLServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ProducerWSDLServlet extends HttpServlet
Delivers the producer's WSDL, according to its configurations.- Since:
- 5.5.0
- Version:
- $Revision: 13913 $ $Date: 2012-01-10 16:59:24 -0200 (Tue, 10 Jan 2012) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProducerWSDLServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGet(HttpServletRequest req, HttpServletResponse res)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Method Detail
-
doGet
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
- Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
-
-