org.mule.transport.ajax.container
Class MuleAjaxServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mortbay.cometd.AbstractCometdServlet
org.mortbay.cometd.continuation.ContinuationCometdServlet
org.mule.transport.ajax.container.MuleAjaxServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MuleAjaxServlet
- extends org.mortbay.cometd.continuation.ContinuationCometdServlet
Wraps the ContinuationCometdServlet servlet and binds the Bayeux object to
the Mule AjaxServletConnector.
- See Also:
- Serialized Form
| Fields inherited from class org.mortbay.cometd.AbstractCometdServlet |
_asyncDeliver, _bayeux, BROWSER_ID, CLIENT_ATTR, HTTP_CLIENT_ID, MESSAGE_PARAM, TRANSPORT_ATTR, TUNNEL_INIT_PARAM |
| Methods inherited from class org.mortbay.cometd.continuation.ContinuationCometdServlet |
doGet, doPost, newBayeux |
| Methods inherited from class org.mortbay.cometd.AbstractCometdServlet |
browserId, getBayeux, getMessages, newBrowserId, service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAX_CONNECTOR_NAME_PROPERTY
public static final String AJAX_CONNECTOR_NAME_PROPERTY
- The name of the ajax connector to use with this Servlet
- See Also:
- Constant Field Values
connector
protected AjaxServletConnector connector
MuleAjaxServlet
public MuleAjaxServlet()
init
public void init()
throws ServletException
- Overrides:
init in class org.mortbay.cometd.AbstractCometdServlet
- Throws:
ServletException
getConnectorProtocol
protected String getConnectorProtocol()
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.