INTSAMPLES-121: Upgrade to SI 3.0 and SPR 3.2.6

JIRA: https://jira.springsource.org/browse/INTSAMPLES-121
This commit is contained in:
Artem Bilan
2013-12-16 10:53:29 +02:00
parent ed736aa499
commit ddbfc4479c
53 changed files with 138 additions and 138 deletions

View File

@@ -11,10 +11,10 @@
xmlns:int-mail="http://www.springframework.org/schema/integration/mail">
<int-http:inbound-gateway request-channel="receiveChannel"
name="/receiveGateway"
path="/receiveGateway"
supported-methods="POST"/>
<int:channel id="receiveChannel"/>
<int:channel id="receiveChannel"/>
<int:service-activator input-channel="receiveChannel" expression="payload + ' from the other side'"/>
</beans>