public class CopyMessage extends DestinationFacade implements org.springframework.web.servlet.mvc.Controller
| Constructor and Description |
|---|
CopyMessage(BrokerFacade brokerFacade) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
String |
getMessageId() |
org.springframework.web.servlet.ModelAndView |
handleRequest(HttpServletRequest request,
HttpServletResponse response) |
void |
setDestination(String destination) |
void |
setMessageId(String messageId) |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toStringpublic CopyMessage(BrokerFacade brokerFacade)
public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerExceptionpublic String getMessageId()
public void setMessageId(String messageId)
public String getDestination()
public void setDestination(String destination)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.