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 that return MessageProcessorFilterPair
 MessageProcessorFilterPair MessageProcessorFilterPairFactoryBean.getObject()
           
 

Methods in org.mule.config.spring.factories that return types with arguments of type MessageProcessorFilterPair
 Class<MessageProcessorFilterPair> MessageProcessorFilterPairFactoryBean.getObjectType()
           
 

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
 List<MessageProcessorFilterPair> AbstractSelectiveRouter.getConditionalMessageProcessors()
           
 



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