updated 2.0 xsd

This commit is contained in:
Mark Fisher
2011-08-17 16:41:41 -04:00
parent 215eb65f9e
commit baf3a69ffd

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>