Class DiscoveryRegistryServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.activemq.transport.discovery.http.DiscoveryRegistryServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class DiscoveryRegistryServlet extends HttpServlet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscoveryRegistryServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doDelete(HttpServletRequest req, HttpServletResponse resp)
protected void
doGet(HttpServletRequest req, HttpServletResponse resp)
protected void
doPut(HttpServletRequest req, HttpServletResponse resp)
-
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doPost, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Method Detail
-
doPut
protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doPut
in classHttpServlet
- Throws:
ServletException
IOException
-
doGet
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
-
doDelete
protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doDelete
in classHttpServlet
- Throws:
ServletException
IOException
-
-