Class CreateSubscriber
- java.lang.Object
-
- org.apache.activemq.web.DestinationFacade
-
- org.apache.activemq.web.DurableSubscriberFacade
-
- org.apache.activemq.web.controller.CreateSubscriber
-
- All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
public class CreateSubscriber extends DurableSubscriberFacade implements org.springframework.web.servlet.mvc.Controller
-
-
Constructor Summary
Constructors Constructor Description CreateSubscriber(BrokerFacade brokerFacade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSelector()
String[]
getSupportedHttpMethods()
org.springframework.web.servlet.ModelAndView
handleRequest(HttpServletRequest request, HttpServletResponse response)
void
setSelector(String selector)
-
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, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
-
-
-
-
Constructor Detail
-
CreateSubscriber
public CreateSubscriber(BrokerFacade brokerFacade)
-
-
Method Detail
-
getSelector
public String getSelector()
-
setSelector
public void setSelector(String selector)
-
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
-
getSupportedHttpMethods
public String[] getSupportedHttpMethods()
- Overrides:
getSupportedHttpMethods
in classDestinationFacade
-
-