org.apache.activemq.web.controller
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
Methods inherited from class org.apache.activemq.web.DestinationFacade |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getValidDestination, isQueue, redirectToBrowseView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CreateSubscriber
public CreateSubscriber(BrokerFacade brokerFacade)
getSelector
public java.lang.String getSelector()
setSelector
public void setSelector(java.lang.String selector)
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
- Throws:
java.lang.Exception
getSupportedHttpMethods
public java.lang.String[] getSupportedHttpMethods()
- Overrides:
getSupportedHttpMethods
in class DestinationFacade
Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.