public class MoveMessage extends DestinationFacade implements org.springframework.web.servlet.mvc.Controller
Constructor and Description |
---|
MoveMessage(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
String |
getDestination() |
String |
getMessageId() |
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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, toString
public MoveMessage(BrokerFacade brokerFacade)
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
Exception
public String getMessageId()
public void setMessageId(String messageId)
public String getDestination()
public void setDestination(String destination)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.