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

Packages that use StageNameSource
org.mule.api.processor   
org.mule.construct   
org.mule.construct.flow   
org.mule.processor.strategy   
 

Uses of StageNameSource in org.mule.api.processor
 

Subinterfaces of StageNameSource in org.mule.api.processor
static interface ProcessingStrategy.StageNameSource
          Deprecated. 
 

Classes in org.mule.api.processor that implement StageNameSource
 class NamedStageNameSource
           
 class SequentialStageNameSource
           
 

Methods in org.mule.api.processor that return StageNameSource
 StageNameSource StageNameSourceProvider.getAsyncStageNameSource()
          Provides a StageNameSource
 StageNameSource StageNameSourceProvider.getAsyncStageNameSource(String asyncName)
          Returns a StageNameSource that takes the given paramter into consideration when generating the name
 

Methods in org.mule.api.processor with parameters of type StageNameSource
 void ProcessingStrategy.configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder chainBuilder, MuleContext muleContext)
           
 

Uses of StageNameSource in org.mule.construct
 

Methods in org.mule.construct that return StageNameSource
 StageNameSource Flow.getAsyncStageNameSource()
          Provides a StageNameSource
 StageNameSource Flow.getAsyncStageNameSource(String asyncName)
          Returns a StageNameSource that takes the given paramter into consideration when generating the name
 

Uses of StageNameSource in org.mule.construct.flow
 

Methods in org.mule.construct.flow with parameters of type StageNameSource
protected  AsyncInterceptingMessageProcessor DefaultFlowProcessingStrategy.createAsyncMessageProcessor(StageNameSource nameSource, MuleContext muleContext)
           
 

Uses of StageNameSource in org.mule.processor.strategy
 

Methods in org.mule.processor.strategy with parameters of type StageNameSource
 void SynchronousProcessingStrategy.configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder chainBuilder, MuleContext muleContext)
           
 void ThreadPerProcessorProcessingStrategy.configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder builder, MuleContext muleContext)
           
 void AsynchronousProcessingStrategy.configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder chainBuilder, MuleContext muleContext)
           
 void QueuedThreadPerProcessorProcessingStrategy.configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder builder, MuleContext muleContext)
           
protected  AsyncInterceptingMessageProcessor QueuedAsynchronousProcessingStrategy.createAsyncMessageProcessor(StageNameSource nameSource, MuleContext muleContext)
           
protected  AsyncInterceptingMessageProcessor AsynchronousProcessingStrategy.createAsyncMessageProcessor(StageNameSource nameSource, MuleContext muleContext)
           
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.