org.apache.activemq.web.controller
Class CreateSubscriber

java.lang.Object
  extended by org.apache.activemq.web.DestinationFacade
      extended by org.apache.activemq.web.DurableSubscriberFacade
          extended by 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
CreateSubscriber(BrokerFacade brokerFacade)
           
 
Method Summary
 java.lang.String getSelector()
           
 java.lang.String[] getSupportedHttpMethods()
           
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setSelector(java.lang.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, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateSubscriber

public CreateSubscriber(BrokerFacade brokerFacade)
Method Detail

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.