The <router/> element now creates its own endpoint (i.e. it is no longer necessary to create a <handler-endpoint/> as well) (INT-284).

This commit is contained in:
Mark Fisher
2008-07-06 18:08:31 +00:00
parent a83e39b6ce
commit b7f31fcbf0
10 changed files with 69 additions and 70 deletions

View File

@@ -15,9 +15,7 @@
<channel id="output2"/>
<handler-endpoint ref="router" input-channel="input"/>
<router id="router" ref="pojo" method="route"/>
<router id="router" ref="pojo" method="route" input-channel="input"/>
<beans:bean id="pojo" class="org.springframework.integration.router.config.TestRouter"/>