public class DestinationFacade extends Object
Constructor and Description |
---|
DestinationFacade(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
void |
addDestination() |
protected ActiveMQDestination |
createDestination() |
BrokerViewMBean |
getBrokerAdmin() |
BrokerFacade |
getBrokerFacade() |
String |
getJMSDestination() |
String |
getJMSDestinationType() |
protected String |
getPhysicalDestinationName() |
protected QueueViewMBean |
getQueueView() |
String[] |
getSupportedHttpMethods() |
protected String |
getValidDestination() |
boolean |
isQueue() |
protected org.springframework.web.servlet.ModelAndView |
redirectToBrowseView() |
protected org.springframework.web.servlet.ModelAndView |
redirectToDestinationView() |
protected org.springframework.web.servlet.ModelAndView |
redirectToRequest(javax.servlet.http.HttpServletRequest request) |
void |
removeDestination() |
void |
setJMSDestination(String destination) |
void |
setJMSDestinationType(String type) |
String |
toString() |
public DestinationFacade(BrokerFacade brokerFacade)
public void removeDestination() throws Exception
Exception
public void addDestination() throws Exception
Exception
public BrokerViewMBean getBrokerAdmin() throws Exception
Exception
public BrokerFacade getBrokerFacade()
public boolean isQueue()
public String getJMSDestination()
public void setJMSDestination(String destination)
public String getJMSDestinationType()
public void setJMSDestinationType(String type)
protected ActiveMQDestination createDestination()
protected String getValidDestination()
protected QueueViewMBean getQueueView() throws Exception
Exception
protected org.springframework.web.servlet.ModelAndView redirectToRequest(javax.servlet.http.HttpServletRequest request)
protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
protected org.springframework.web.servlet.ModelAndView redirectToDestinationView()
protected String getPhysicalDestinationName()
public String[] getSupportedHttpMethods()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.