From 3061aaa08dccbdb66b1cdbaa2cad3a7859250a54 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 2 Nov 2010 10:28:54 -0400 Subject: [PATCH] INT-1552 general restructuring of the docs to introduce parts that are consistent with eip definitions --- docs/src/reference/docbook/index.xml | 141 ++++++++++++++++++------- docs/src/reference/docbook/message.xml | 2 +- 2 files changed, 102 insertions(+), 41 deletions(-) diff --git a/docs/src/reference/docbook/index.xml b/docs/src/reference/docbook/index.xml index 5b6086cc61..12876a4bb0 100644 --- a/docs/src/reference/docbook/index.xml +++ b/docs/src/reference/docbook/index.xml @@ -55,44 +55,105 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + Overview of Spring Integration Framework + + The Spring Integration Framework is a lightweight solution TODO + + + + + Core Messaging + + Core Messaging TODO + + + + Messaging Channels + + Message Channels TODO + + + + + + + Messaging Construction + + Message Construction TODO + + + + + + Messaging Routing + + Message Routing TODO + + + + + + + + + + Messaging Transformation + + Message Transformation TODO + + + + + Messaging Endpoints + + Message Endpoints TODO + + + + + + + + + System Management + + Message Endpoints TODO + + + + + + + Integration Adapters + + Adapters TODO + + + + + + + + + + + + + + + + + Appendices + + Appendices TODO + + + + + + + + diff --git a/docs/src/reference/docbook/message.xml b/docs/src/reference/docbook/message.xml index 7656b0b030..def77ba699 100644 --- a/docs/src/reference/docbook/message.xml +++ b/docs/src/reference/docbook/message.xml @@ -1,7 +1,7 @@ - Message Construction + Message The Spring Integration Message is a generic container for data. Any object can be provided as the payload, and each Message also includes headers containing