Package | Description |
---|---|
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 web browser or
JavaScript clients.
|
org.apache.activemq.web.controller |
Modifier and Type | Class and Description |
---|---|
class |
AjaxWebClient |
Modifier and Type | Method and Description |
---|---|
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
|
WebClient |
MessageServlet.getWebClient(javax.servlet.http.HttpServletRequest request) |
static WebClient |
WebClient.getWebClient(javax.servlet.http.HttpSession session) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2005-2013 Red Hat, Inc.. All Rights Reserved.