Created
March 14, 2011 19:03
-
-
Save dfeist/869665 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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