Uses of Interface
org.mule.transport.ajax.BayeuxAware

Packages that use BayeuxAware
org.mule.transport.ajax   
org.mule.transport.ajax.container A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
 

Uses of BayeuxAware in org.mule.transport.ajax
 

Classes in org.mule.transport.ajax that implement BayeuxAware
 class AjaxMessageDispatcher
          Will dispatch Mule events to ajax clients available in Bayeux that are listening to this endpoint.
 class AjaxMessageReceiver
          Registers a receiver service with Bayeux.
 

Uses of BayeuxAware in org.mule.transport.ajax.container
 

Classes in org.mule.transport.ajax.container that implement BayeuxAware
 class AjaxServletConnector
          A servlet connector that binds to the container and makes a configured Bayeux available to dispatchers and receivers.
 

Uses of BayeuxAware in org.mule.transport.ajax.embedded
 

Classes in org.mule.transport.ajax.embedded that implement BayeuxAware
 class AjaxConnector
          Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events to browsers.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.