MessageEndpoint no longer extends the MessageTarget interface.

This commit is contained in:
Mark Fisher
2008-09-07 01:48:34 +00:00
parent 4eaec4ce68
commit 673d7d250b
24 changed files with 244 additions and 192 deletions

View File

@@ -15,8 +15,6 @@
<beans:bean class="org.springframework.integration.samples.quote.QuoteService"/>
<channel-adapter id="quotes" target="stdout"/>
<console-target id="stdout" append-newline="true"/>
<stdout-channel-adapter id="quotes" append-newline="true"/>
</beans:beans>

View File

@@ -19,8 +19,6 @@
uri="http://www.w3schools.com/webservices/tempconvert.asmx"/>
<!-- The response from the service is logged to the console. -->
<channel-adapter id="celsiusChannel" target="console"/>
<console-target id="console"/>
<stdout-channel-adapter id="celsiusChannel"/>
</beans:beans>