Uses of Class
org.mule.routing.MessageProcessorFilterPair

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

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

Methods in org.mule.config.spring.factories with parameters of type MessageProcessorFilterPair
 void AbstractSelectiveRouterFactoryBean.setDefaultRoute(MessageProcessorFilterPair conditionalProcessor)
           
 

Method parameters in org.mule.config.spring.factories with type arguments of type MessageProcessorFilterPair
 void AbstractSelectiveRouterFactoryBean.setRoutes(Collection<MessageProcessorFilterPair> conditionalMessageProcessors)
           
 

Uses of MessageProcessorFilterPair in org.mule.routing
 

Methods in org.mule.routing that return types with arguments of type MessageProcessorFilterPair
protected  List<MessageProcessorFilterPair> AbstractSelectiveRouter.getConditionalMessageProcessors()
           
 



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