org.apache.activemq.web.controller
Class CreateDestination

java.lang.Object
  extended by org.apache.activemq.web.BrokerFacade
      extended by org.apache.activemq.web.DestinationFacade
          extended by org.apache.activemq.web.controller.CreateDestination
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class CreateDestination
extends DestinationFacade
implements org.springframework.web.servlet.mvc.Controller

Version:
$Revision: 426366 $

Constructor Summary
CreateDestination(BrokerService brokerService)
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.apache.activemq.web.DestinationFacade
addDestination, createDestination, getJMSDestination, getJMSDestinationType, getValidDestination, isQueue, redirectToBrowseView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
 
Methods inherited from class org.apache.activemq.web.BrokerFacade
getBroker, getBrokerAdmin, getBrokerService, getDurableTopicSubscribers, getManagedBroker, getManagedObjects, getManagementContext, getQueues, getTopics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDestination

public CreateDestination(BrokerService brokerService)
Method Detail

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


Copyright © 2010 Apache Software Foundation. All Rights Reserved.