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 voiddoDelete(HttpServletRequest req, HttpServletResponse resp)protected voiddoGet(HttpServletRequest req, HttpServletResponse resp)protected voiddoPut(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:
doPutin classHttpServlet- Throws:
ServletExceptionIOException
-
doGet
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doGetin classHttpServlet- Throws:
ServletExceptionIOException
-
doDelete
protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doDeletein classHttpServlet- Throws:
ServletExceptionIOException
-
-