org.mule.processor.strategy
Class SynchronousProcessingStrategy

java.lang.Object
  extended by org.mule.processor.strategy.SynchronousProcessingStrategy
All Implemented Interfaces:
ProcessingStrategy

public class SynchronousProcessingStrategy
extends Object
implements ProcessingStrategy

This strategy processes all message processors in the calling thread.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mule.api.processor.ProcessingStrategy
ProcessingStrategy.StageNameSource
 
Constructor Summary
SynchronousProcessingStrategy()
           
 
Method Summary
 void configureProcessors(List<MessageProcessor> processors, ProcessingStrategy.StageNameSource nameSource, MessageProcessorChainBuilder chainBuilder, MuleContext muleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousProcessingStrategy

public SynchronousProcessingStrategy()
Method Detail

configureProcessors

public void configureProcessors(List<MessageProcessor> processors,
                                ProcessingStrategy.StageNameSource nameSource,
                                MessageProcessorChainBuilder chainBuilder,
                                MuleContext muleContext)
Specified by:
configureProcessors in interface ProcessingStrategy


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