Uses of Interface
org.mule.api.processor.MessageProcessorPathElement

Packages that use MessageProcessorPathElement
org.mule.api.processor   
org.mule.construct   
org.mule.enricher   
org.mule.exception   
org.mule.processor   
org.mule.processor.chain   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of MessageProcessorPathElement in org.mule.api.processor
 

Classes in org.mule.api.processor that implement MessageProcessorPathElement
 class DefaultMessageProcessorPathElement
           
 

Methods in org.mule.api.processor that return MessageProcessorPathElement
 MessageProcessorPathElement DefaultMessageProcessorPathElement.addChild(MessageProcessor mp)
           
 MessageProcessorPathElement MessageProcessorPathElement.addChild(MessageProcessor mp)
           
 MessageProcessorPathElement DefaultMessageProcessorPathElement.addChild(String name)
           
 MessageProcessorPathElement MessageProcessorPathElement.addChild(String name)
           
 MessageProcessorPathElement DefaultMessageProcessorPathElement.getParent()
           
 MessageProcessorPathElement MessageProcessorPathElement.getParent()
           
 

Methods in org.mule.api.processor that return types with arguments of type MessageProcessorPathElement
 List<MessageProcessorPathElement> DefaultMessageProcessorPathElement.getChildren()
           
 List<MessageProcessorPathElement> MessageProcessorPathElement.getChildren()
           
 

Methods in org.mule.api.processor with parameters of type MessageProcessorPathElement
 void DefaultMessageProcessorPathElement.addChild(MessageProcessorPathElement mp)
           
 void MessageProcessorContainer.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
          Add the child nodes to the path element tree.
 void DefaultMessageProcessorPathElement.setParent(MessageProcessorPathElement parent)
           
 void MessageProcessorPathElement.setParent(MessageProcessorPathElement parent)
           
 

Uses of MessageProcessorPathElement in org.mule.construct
 

Methods in org.mule.construct with parameters of type MessageProcessorPathElement
 void AbstractPipeline.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.enricher
 

Methods in org.mule.enricher with parameters of type MessageProcessorPathElement
 void MessageEnricher.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.exception
 

Methods in org.mule.exception with parameters of type MessageProcessorPathElement
 void ChoiceMessagingExceptionStrategy.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.processor
 

Methods in org.mule.processor with parameters of type MessageProcessorPathElement
 void AsyncDelegateMessageProcessor.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 void AbstractMessageProcessorOwner.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 void AbstractInterceptingMessageProcessorBase.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.processor.chain
 

Methods in org.mule.processor.chain with parameters of type MessageProcessorPathElement
 void SubflowInterceptingChainLifecycleWrapper.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 void AbstractMessageProcessorChain.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.routing
 

Methods in org.mule.routing with parameters of type MessageProcessorPathElement
 void Foreach.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 void AbstractSelectiveRouter.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
           
 

Uses of MessageProcessorPathElement in org.mule.util
 

Methods in org.mule.util with parameters of type MessageProcessorPathElement
static void NotificationUtils.addMessageProcessorPathElements(List<MessageProcessor> processors, MessageProcessorPathElement parentElement)
           
static Map<MessageProcessor,String> NotificationUtils.buildPaths(MessageProcessorPathElement element)
           
 



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