Uses of Class
org.mule.routing.AbstractSelectiveRouter

Packages that use AbstractSelectiveRouter
org.mule.config.spring.factories   
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of AbstractSelectiveRouter in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories that return AbstractSelectiveRouter
protected  AbstractSelectiveRouter ChoiceRouterFactoryBean.newAbstractSelectiveRouter()
           
protected abstract  AbstractSelectiveRouter AbstractSelectiveRouterFactoryBean.newAbstractSelectiveRouter()
           
 

Uses of AbstractSelectiveRouter in org.mule.routing
 

Subclasses of AbstractSelectiveRouter in org.mule.routing
 class ChoiceRouter
          Routes the event to a singleMessageProcessor using a Filter to evaluate the event being processed and find the first route that can be used.
 



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