INT-1560, INT-1559 added placeholders for the docs for FTP, SFTP and FEED

This commit is contained in:
Oleg Zhurakousky
2010-11-02 16:15:07 -04:00
parent acbfe9434c
commit 012d9df8f4
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="feed"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Feed Adapter</title>
<para>
Spring Integration provides support for Feed (RSS, Atom)
</para>
<section id="feed-intro">
<title>Introduction</title>
<para>
TODO
</para>
</section>
</chapter>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="ftp"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>FTP Adapter</title>
<para>
Spring Integration provides support for FTP
</para>
<section id="ftp-intro">
<title>Introduction</title>
<para>
TODO
</para>
</section>
</chapter>

View File

@@ -83,7 +83,9 @@
<para>Adapters TODO</para>
</partintro>
<xi:include href="./event.xml"/>
<xi:include href="./feed.xml"/>
<xi:include href="./file.xml"/>
<xi:include href="./ftp.xml"/>
<xi:include href="./http.xml"/>
<xi:include href="./httpinvoker.xml"/>
<xi:include href="./mail.xml"/>
@@ -91,6 +93,7 @@
<xi:include href="./jdbc.xml"/>
<xi:include href="./jms.xml"/>
<xi:include href="./rmi.xml"/>
<xi:include href="./sftp.xml"/>
<xi:include href="./stream.xml"/>
<xi:include href="./twitter.xml"/>
<xi:include href="./ws.xml"/>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="Sftp"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>SFTP Adapter</title>
<para>
Spring Integration provides support for SFTP
</para>
<section id="sftp-intro">
<title>Introduction</title>
<para>
TODO
</para>
</section>
</chapter>