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

Packages that use WebClient
org.codehaus.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. 
 

Uses of WebClient in org.codehaus.activemq.web
 

Methods in org.codehaus.activemq.web that return WebClient
static WebClient WebClient.getWebClient(HttpSession session)
           
protected  WebClient MessageServletSupport.createWebClient(HttpServletRequest request)
           
protected  WebClient MessageServletSupport.getWebClient(HttpServletRequest request)
          Helper method to get the client for the current session
 

Methods in org.codehaus.activemq.web with parameters of type WebClient
protected  Destination MessageServletSupport.getDestination(WebClient client, HttpServletRequest request)
           
protected  Destination MessageServletSupport.getDestinationFromURI(WebClient client, HttpServletRequest request)
           
protected  Destination MessageServletSupport.getDestination(WebClient client, HttpServletRequest request, String destinationName)
           
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.