diff --git a/docs/src/reference/docbook/http.xml b/docs/src/reference/docbook/http.xml
index f7fc62d10b..fe77e1709e 100644
--- a/docs/src/reference/docbook/http.xml
+++ b/docs/src/reference/docbook/http.xml
@@ -18,7 +18,8 @@
support the HTTP inbound adapters need to be deployed within a servlet container. The easiest way to do this is to provide a servlet
definition in web.xml, see
for further details. Below is an example bean definition for a simple HTTP inbound endpoint.
-
+
]]>
@@ -51,7 +52,8 @@
configured to serve as a Spring MVC Controller with a view name. Because of the constructor arg value of TRUE, it wait for a reply. This also shows
how to customize the HTTP methods accepted by the gateway, which
are POST and GET by default.
-
+
@@ -75,14 +77,16 @@
To configure the HttpRequestExecutingMessageHandler write a bean definition like this:
-
+
]]>
This bean definition will execute HTTP requests by delegating to a RestTemplate. That template in turn delegates
to a list of HttpMessageConverters to generate the HTTP request body from the Message payload. You can configure those converters as well
as the ClientHttpRequestFactory instance to use:
-
+