Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created March 14, 2011 19:03
Show Gist options
  • Save dfeist/869665 to your computer and use it in GitHub Desktop.
Save dfeist/869665 to your computer and use it in GitHub Desktop.
<spring-bean id="springBeanProcessor" class="org.my.CustomProcessor"/>
<custom-transformer name="globalProcessor" class="org.my.CustomProcessor">
<spring:property key="foo" value="bar"/>
</custom-transformer>
<flow name="flowUsingCustomProcessors"/>
<inbound-endpoint address="..."/>
<processor ref="springBeanProcessor"/>
<processor ref="globalProcessor"/>
<custom-processor class="org.my.CustomProcessor"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment