diff --git a/docs/src/reference/docbook/claim-check.xml b/docs/src/reference/docbook/claim-check.xml
new file mode 100644
index 0000000000..67d6da2174
--- /dev/null
+++ b/docs/src/reference/docbook/claim-check.xml
@@ -0,0 +1,11 @@
+
+
+ Claim Check
+
+
+ Introduction
+
+
+
+
diff --git a/docs/src/reference/docbook/content-enrichment.xml b/docs/src/reference/docbook/content-enrichment.xml
new file mode 100644
index 0000000000..016a06bc5c
--- /dev/null
+++ b/docs/src/reference/docbook/content-enrichment.xml
@@ -0,0 +1,28 @@
+
+
+ Content Enricher
+
+
+ Introduction
+
+ Some time you may have a requirement to enhance a request with more information then it was
+ provided by the target system. Content Enricher pattern
+ describes various scenarios as well as the component (Enricher), which allows you to address such requirements.
+
+
+
+
+ Header Enricher
+
+
+ If you only need to add headers to a Message, and they are not dynamically determined by Message content,
+ then referencing a custom implementation may be overkill. For that reason, Spring Integration provides the
+ 'header-enricher' element.
+
+
+ ]]>
+
+
+
+
diff --git a/docs/src/reference/docbook/message-transformation.xml b/docs/src/reference/docbook/message-transformation.xml
index c8644b35f4..6a4f708876 100644
--- a/docs/src/reference/docbook/message-transformation.xml
+++ b/docs/src/reference/docbook/message-transformation.xml
@@ -5,5 +5,6 @@
Message Transformation
-
+
+
diff --git a/docs/src/reference/docbook/transformer.xml b/docs/src/reference/docbook/transformer.xml
index f0a6341e90..108f249878 100644
--- a/docs/src/reference/docbook/transformer.xml
+++ b/docs/src/reference/docbook/transformer.xml
@@ -88,13 +88,8 @@
]]>
-
- If you only need to add headers to a Message, and they are not dynamically determined by Message content,
- then referencing a custom implementation may be overkill. For that reason, Spring Integration provides the
- 'header-enricher' element.
-
-
- ]]>
+
+ Object-to-Map Transformer
As added convenience, Spring Integration also provides Object-to-Map and Map-to-Object transformers which