Uses of Class
org.apache.activemq.web.WebClient

Packages that use WebClient
org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. 
org.apache.activemq.web.controller   
 

Uses of WebClient in org.apache.activemq.web
 

Methods in org.apache.activemq.web that return WebClient
protected static WebClient WebClient.createWebClient(javax.servlet.http.HttpServletRequest request)
           
static WebClient WebClient.getWebClient(javax.servlet.http.HttpServletRequest request)
          Helper method to get the client for the current session, lazily creating a client if there is none currently
static WebClient WebClient.getWebClient(javax.servlet.http.HttpSession session)
           
 

Methods in org.apache.activemq.web with parameters of type WebClient
protected  void MessageListenerServlet.doMessages(WebClient client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Reads a message from a destination up to some specific timeout period
protected  javax.jms.Destination MessageServletSupport.getDestination(WebClient client, javax.servlet.http.HttpServletRequest request)
           
protected  javax.jms.Destination MessageServletSupport.getDestination(WebClient client, javax.servlet.http.HttpServletRequest request, java.lang.String destinationName)
           
protected  javax.jms.Destination MessageServletSupport.getDestinationFromURI(WebClient client, javax.servlet.http.HttpServletRequest request)
           
protected  void PortfolioPublishServlet.sendMessage(WebClient client, java.lang.String[] stocks)
           
 

Uses of WebClient in org.apache.activemq.web.controller
 

Methods in org.apache.activemq.web.controller with parameters of type WebClient
protected  javax.jms.Message SendMessage.createMessage(WebClient client, javax.servlet.http.HttpServletRequest request)
           
protected  void SendMessage.sendMessages(javax.servlet.http.HttpServletRequest request, WebClient client, ActiveMQDestination dest)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.