INT-3462: Polishing (s)ftp XSD

JIRA: https://jira.spring.io/browse/INT-3462
This commit is contained in:
Artem Bilan
2014-07-07 14:33:56 +03:00
committed by Gary Russell
parent 93be035cae
commit be362f90c6
4 changed files with 111 additions and 75 deletions

View File

@@ -15,6 +15,12 @@
<constructor-arg ref="sf"/>
</bean>
<int:channel id="inbound1">
<int:queue/>
</int:channel>
<int:poller fixed-delay="1000" default="true"/>
<int-sftp:outbound-gateway id="gateway1"
local-directory="local-test-dir"
session-factory="sf"