public abstract class MessageServletSupport extends HttpServlet
Constructor and Description |
---|
MessageServletSupport() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public MessageServletSupport()
public void init(ServletConfig servletConfig) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
protected void appendParametersToMessage(HttpServletRequest request, TextMessage message) throws JMSException
JMSException
protected 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
JMSException
protected Destination getDestinationFromURI(WebClient client, HttpServletRequest request) throws JMSException
JMSException
protected Destination getDestination(WebClient client, HttpServletRequest request, String destinationName) throws JMSException
JMSException
protected boolean isTopic(HttpServletRequest request)
protected String getPostedMessageBody(HttpServletRequest request) throws IOException
IOException
protected String getSelector(HttpServletRequest request) throws IOException
IOException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.