adding stub for TCP/UDP chapter
This commit is contained in:
13
spring-integration-reference/src/ip.xml
Normal file
13
spring-integration-reference/src/ip.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<chapter id="ip">
|
||||
<title>TCP and UDP Support</title>
|
||||
|
||||
<section id="ip-intro">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
TODO
|
||||
</para>
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
@@ -3,11 +3,11 @@
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<bookinfo>
|
||||
<title>Spring Integration Reference Manual</title>
|
||||
<titleabbrev>Spring Integration 2.0.0 M2</titleabbrev>
|
||||
<titleabbrev>Spring Integration 2.0.0 M3</titleabbrev>
|
||||
|
||||
|
||||
<productname>Spring Integration</productname>
|
||||
<releaseinfo>2.0.0 Milestone 2</releaseinfo>
|
||||
<releaseinfo>2.0.0 Milestone 3</releaseinfo>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
@@ -39,9 +39,13 @@
|
||||
<firstname>Oleg</firstname>
|
||||
<surname>Zhurakousky</surname>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Gary</firstname>
|
||||
<surname>Russell</surname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<legalnotice><para>© SpringSource Inc., 2009</para></legalnotice>
|
||||
<legalnotice><para>© SpringSource Inc., 2010</para></legalnotice>
|
||||
</bookinfo>
|
||||
|
||||
<toc></toc>
|
||||
@@ -69,6 +73,7 @@
|
||||
<xi:include href="./rmi.xml"/>
|
||||
<xi:include href="./httpinvoker.xml"/>
|
||||
<xi:include href="./http.xml"/>
|
||||
<xi:include href="./ip.xml"/>
|
||||
<xi:include href="./mail.xml"/>
|
||||
<xi:include href="./stream.xml"/>
|
||||
<xi:include href="./event.xml"/>
|
||||
|
||||
Reference in New Issue
Block a user