org.apache.qpid.management.web.action
Class WsdmOperationsPerspectiveAction
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.qpid.management.web.action.WsdmOperationsPerspectiveAction
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WsdmOperationsPerspectiveAction
- extends HttpServlet
This controller is responsible to retirve operations metadata from a WS-Resource.
That metadat will be forwarded and used by the corresponding view page.
TODO : This is not really showing WS metadata. Insted JMX metadata is used here.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdmOperationsPerspectiveAction
public WsdmOperationsPerspectiveAction()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
IOException
Licensed to the Apache Software Foundation