MessageEndpoint no longer extends the MessageTarget interface.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user