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 -
Method Summary
Modifier and TypeMethodDescriptionString[]org.springframework.web.servlet.ModelAndViewhandleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidsetSelector(String selector) Methods inherited from class org.apache.activemq.web.DurableSubscriberFacade
getClientId, getSubscriberName, setClientId, setSubscriberNameMethods 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 Details
-
CreateSubscriber
-
-
Method Details
-
getSelector
-
setSelector
-
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception - Specified by:
handleRequestin interfaceorg.springframework.web.servlet.mvc.Controller- Throws:
Exception
-
getSupportedHttpMethods
- Overrides:
getSupportedHttpMethodsin classDestinationFacade
-