Class DeleteSubscriber
- java.lang.Object
-
- org.apache.activemq.web.DestinationFacade
-
- org.apache.activemq.web.DurableSubscriberFacade
-
- org.apache.activemq.web.controller.DeleteSubscriber
-
- All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
public class DeleteSubscriber extends DurableSubscriberFacade implements org.springframework.web.servlet.mvc.Controller
-
-
Constructor Summary
Constructors Constructor Description DeleteSubscriber(BrokerFacade brokerFacade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
handleRequest(HttpServletRequest request, HttpServletResponse response)
-
Methods inherited from class org.apache.activemq.web.DurableSubscriberFacade
getClientId, getSubscriberName, setClientId, setSubscriberName
-
Methods inherited from class org.apache.activemq.web.DestinationFacade
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
-
-
-
-
Constructor Detail
-
DeleteSubscriber
public DeleteSubscriber(BrokerFacade brokerFacade)
-
-
Method Detail
-
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception
- Specified by:
handleRequest
in interfaceorg.springframework.web.servlet.mvc.Controller
- Throws:
Exception
-
-