From acc0459d2d6c664e4b9b8a6679c0f650b107ecfa Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 22 Nov 2010 14:42:56 -0500 Subject: [PATCH] INT-1552 doc polishing --- docs/src/reference/docbook/overview.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/docbook/overview.xml b/docs/src/reference/docbook/overview.xml index 77cb7fd9ef..3425f2f57e 100644 --- a/docs/src/reference/docbook/overview.xml +++ b/docs/src/reference/docbook/overview.xml @@ -22,7 +22,7 @@ simultaneously increasing the level of testability and portability. - Spring Integration is a new member of the Spring portfolio motivated by these same goals and principles. It + Spring Integration is motivated by these same goals and principles. It extends the Spring programming model into the messaging domain and builds upon Spring's existing enterprise integration support to provide an even higher level of abstraction. It supports message-driven architectures where inversion of control applies to runtime concerns, such as when certain business logic @@ -98,7 +98,7 @@ In Spring Integration, a Message is a generic wrapper for any Java object combined with metadata used by the framework while handling that object. It consists of a payload and headers. The payload can be of any type and - the headers hold commonly required information such as id, timestamp, expiration, and return address. Headers + the headers hold commonly required information such as id, timestamp, correlation id, and return address. Headers are also used for passing values to and from connected transports. For example, when creating a Message from a received File, the file name may be stored in a header to be accessed by downstream components. Likewise, if a Message's content is ultimately going to be sent by an outbound Mail adapter, the various properties (to, from,