public class CopyMessage extends DestinationFacade implements org.springframework.web.servlet.mvc.Controller
Constructor and Description |
---|
CopyMessage(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
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) |
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
public CopyMessage(BrokerFacade brokerFacade)
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
java.lang.Exception
public java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
public java.lang.String getDestination()
public void setDestination(java.lang.String destination)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.