org.mule.config.spring.flow
Class FlowProcessingStrategyConfigTestCase.CustomProcessingStrategy

java.lang.Object
  extended by org.mule.config.spring.flow.FlowProcessingStrategyConfigTestCase.CustomProcessingStrategy
All Implemented Interfaces:
ProcessingStrategy
Enclosing class:
FlowProcessingStrategyConfigTestCase

public static class FlowProcessingStrategyConfigTestCase.CustomProcessingStrategy
extends Object
implements ProcessingStrategy


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

Constructor Detail

FlowProcessingStrategyConfigTestCase.CustomProcessingStrategy

public FlowProcessingStrategyConfigTestCase.CustomProcessingStrategy()
Method Detail

configureProcessors

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

setFoo

public void setFoo(String foo)


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