org.activemq.web
Class SpringBrokerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.activemq.web.SpringBrokerServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class SpringBrokerServlet
- extends HttpServlet
This servlet when initialized will create an ActiveMQ message broker
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringBrokerServlet
public SpringBrokerServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Overrides:
service
in class HttpServlet
- Throws:
IOException
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
createBroker
protected org.activemq.broker.BrokerContainer createBroker(ServletContext context)
- Factory method to create a new ActiveMQ Broker
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.