org.apache.activemq.web.controller
Class MoveMessage

java.lang.Object
  extended by org.apache.activemq.web.DestinationFacade
      extended by 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

Author:
Dejan Bosanac

Constructor Summary
MoveMessage(BrokerFacade brokerFacade)
           
 
Method Summary
 java.lang.String getDestination()
           
 java.lang.String getMessageId()
           
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setDestination(java.lang.String destination)
           
 void setMessageId(java.lang.String messageId)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoveMessage

public MoveMessage(BrokerFacade brokerFacade)
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

getMessageId

public java.lang.String getMessageId()

setMessageId

public void setMessageId(java.lang.String messageId)

getDestination

public java.lang.String getDestination()

setDestination

public void setDestination(java.lang.String destination)


Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.