public abstract class MessageServletSupport extends HttpServlet
| Constructor and Description |
|---|
MessageServletSupport() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic MessageServletSupport()
public void init(ServletConfig servletConfig) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionprotected void appendParametersToMessage(HttpServletRequest request, TextMessage message) throws JMSException
JMSExceptionprotected long getSendTimeToLive(HttpServletRequest request)
protected int getSendPriority(HttpServletRequest request)
protected boolean isSendPersistent(HttpServletRequest request)
protected boolean isSync(HttpServletRequest request)
protected Destination asDestination(Object value)
protected Destination getDestination(WebClient client, HttpServletRequest request) throws JMSException
JMSExceptionprotected Destination getDestinationFromURI(WebClient client, HttpServletRequest request) throws JMSException
JMSExceptionprotected Destination getDestination(WebClient client, HttpServletRequest request, String destinationName) throws JMSException
JMSExceptionprotected boolean isTopic(HttpServletRequest request)
protected String getPostedMessageBody(HttpServletRequest request) throws IOException
IOExceptionprotected String getSelector(HttpServletRequest request) throws IOException
IOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.