Updated chapter titles
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<chapter id="aggregator">
|
||||
<title>Message Aggregation</title>
|
||||
<title>Aggregator</title>
|
||||
|
||||
<section id="aggregator-introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<chapter id="channel-adapter">
|
||||
<title>Channel Adapters</title>
|
||||
<title>Channel Adapter</title>
|
||||
<para>
|
||||
Channel Adapters are Message Endpoints that enable connecting a single sender or receiver to a Message Channel.
|
||||
A Channel Adapter is a Message Endpoint that enables connecting a single sender or receiver to a Message Channel.
|
||||
Spring Integration provides a number of adapters out of the box to support various transports, such as JMS, File,
|
||||
etc. Those will be discussed in upcoming chapters of this reference guide. However, this chapter focuses on the
|
||||
simple but flexible Method-invoking Channel Adapter support. There is an inbound and outbound adapter, and each
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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="files">
|
||||
<title>Dealing with Files</title>
|
||||
<title>File Support</title>
|
||||
|
||||
<section id="file-intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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="rmi">
|
||||
<title>RMI</title>
|
||||
<title>RMI Support</title>
|
||||
|
||||
<section id="rmi-intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<chapter id="router">
|
||||
<title>Message Routing</title>
|
||||
<title>Router</title>
|
||||
|
||||
<section id="router-implementations">
|
||||
<title>Router Implementations</title>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<chapter id="splitter">
|
||||
<title>Message Splitter</title>
|
||||
<title>Splitter</title>
|
||||
|
||||
<section id="splitter-annotation">
|
||||
<title>Introduction</title>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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="stream">
|
||||
<title>Streams</title>
|
||||
<title>Stream Support</title>
|
||||
|
||||
<section id="stream-intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?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="xml">
|
||||
<title>Dealing with xml payloads</title>
|
||||
<title>Dealing with XML Payloads</title>
|
||||
|
||||
<section id="xml-intro">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
Spring Integration xml extends the Spring Integration Core with
|
||||
Spring Integration's XML support extends the Spring Integration Core with
|
||||
implementations of splitter, transformer, selector and router designed
|
||||
to make working with xml messages in Spring Integration simple. The provided messaging
|
||||
components are designed to work with xml represented in a range of formats including
|
||||
|
||||
Reference in New Issue
Block a user