org.apache.activemq.web.controller
Class MoveMessage
java.lang.Object
org.apache.activemq.web.DestinationFacade
org.apache.activemq.web.controller.MoveMessage
- All Implemented Interfaces:
- org.springframework.web.servlet.mvc.Controller
public class MoveMessage
- extends DestinationFacade
- implements org.springframework.web.servlet.mvc.Controller
Moves a message from one to another queue
- Version:
- $Revision$
- Author:
- Dejan Bosanac
Methods inherited from class org.apache.activemq.web.DestinationFacade |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString |
MoveMessage
public MoveMessage(BrokerFacade brokerFacade)
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
- Throws:
Exception
getMessageId
public String getMessageId()
setMessageId
public void setMessageId(String messageId)
getDestination
public String getDestination()
setDestination
public void setDestination(String destination)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.