org.apache.qpid.management.web.action
Class WsdmOperationsPerspectiveAction

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Nested Class Summary
(package private) static interface WsdmOperationsPerspectiveAction.JavaToHtmlAdapter
           
 
Constructor Summary
WsdmOperationsPerspectiveAction()
           
 
Method Summary
 void init()
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdmOperationsPerspectiveAction

public WsdmOperationsPerspectiveAction()
Method Detail

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