Uses of Class
org.mule.routing.MessageProcessorFilterPair

Packages that use MessageProcessorFilterPair
org.mule.config.spring.factories   
org.mule.processor   
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.processor
 

Methods in org.mule.processor with parameters of type MessageProcessorFilterPair
 void AbstractRedeliveryPolicy.setDeadLetterQueue(MessageProcessorFilterPair failedMessageProcessorPair)
           
 

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-2012 MuleSoft, Inc.. All Rights Reserved.