}
protected void configureMessageProcessors(MessageProcessorChainBuilder builder) throws MuleException
{
getProcessingStrategy().configureProcessors(getMessageProcessors(),
new StageNameSource()
{
@Override
public String getName()
{
return String.format("%s.stage%s", Flow.this.getName(), ++stageCount);