Merge pull request #17 from markfisher/INT-2047

* INT-2047:
  updated 2.0 xsd
  SftpSessionFactory -> DefaultSftpSessionFactory
This commit is contained in:
Mark Fisher
2011-08-18 08:32:24 -04:00
2 changed files with 10 additions and 10 deletions

View File

@@ -26,12 +26,12 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.sftp.session.SftpSessionFactory"/>
<tool:expected-type type="org.springframework.integration.sftp.session.DefaultSftpSessionFactory"/>
</tool:annotation>
</xsd:appinfo>
<xsd:documentation><![CDATA[
Reference to a [org.springframework.integration.sftp.session.SftpSessionFactory] bean.
]]></xsd:documentation>
Reference to a DefaultSftpSessionFactory bean.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cache-sessions" type="xsd:string" default="true">
@@ -149,11 +149,11 @@ endpoint itself is a Polling Consumer for a channel with a queue.
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.sftp.session.SftpSessionFactory"/>
<tool:expected-type type="org.springframework.integration.sftp.session.DefaultSftpSessionFactory"/>
</tool:annotation>
</xsd:appinfo>
<xsd:documentation>
Reference to a [org.springframework.integration.sftp.session.SftpSessionFactory] bean.
Reference to a DefaultSftpSessionFactory bean.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

View File

@@ -26,12 +26,12 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.sftp.session.SftpSessionFactory"/>
<tool:expected-type type="org.springframework.integration.sftp.session.DefaultSftpSessionFactory"/>
</tool:annotation>
</xsd:appinfo>
<xsd:documentation><![CDATA[
Reference to a [org.springframework.integration.sftp.session.SftpSessionFactory] bean.
]]></xsd:documentation>
Reference to a DefaultSftpSessionFactory bean.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cache-sessions" type="xsd:string" default="true">
@@ -149,11 +149,11 @@ endpoint itself is a Polling Consumer for a channel with a queue.
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.sftp.session.SftpSessionFactory"/>
<tool:expected-type type="org.springframework.integration.sftp.session.DefaultSftpSessionFactory"/>
</tool:annotation>
</xsd:appinfo>
<xsd:documentation>
Reference to a [org.springframework.integration.sftp.session.SftpSessionFactory] bean.
Reference to a DefaultSftpSessionFactory bean.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>