diff --git a/docs/src/reference/docbook/ftp.xml b/docs/src/reference/docbook/ftp.xml
index 27a0d85e93..a04298b97e 100644
--- a/docs/src/reference/docbook/ftp.xml
+++ b/docs/src/reference/docbook/ftp.xml
@@ -39,7 +39,8 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp
the FTP Session Factory with a regular bean definition where the implementation class is org.springframework.integration.ftp.session.DefaultFtpSessionFactory:
Below is a basic configuration:
-
+
@@ -52,7 +53,8 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp
For FTPS connections all you need to do is use org.springframework.integration.ftp.session.DefaultFtpsSessionFactory instead.
Below is the complete configuration sample:
-
+
diff --git a/docs/src/reference/docbook/http.xml b/docs/src/reference/docbook/http.xml
index 5d07aa04d4..190034b90f 100644
--- a/docs/src/reference/docbook/http.xml
+++ b/docs/src/reference/docbook/http.xml
@@ -53,7 +53,7 @@
how to customize the HTTP methods accepted by the gateway, which
are POST and GET by default.
+ class="org.springframework.integration.http.inbound.HttpRequestHandlingController">
@@ -78,7 +78,7 @@
To configure the HttpRequestExecutingMessageHandler write a bean definition like this:
+ class="org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler" >
]]>
@@ -114,7 +114,9 @@ By default the HTTP request will be generated using an instance of Si
To configure an inbound http gateway which expects a response.
- ]]>
+ ]]>
To configure the outbound gateway you can use the namespace support as well. The following code snippet shows the different configuration options for an outbound Http gateway. Most importantly, notice that the 'http-method' and 'expected-response-type' are provided. Those are two of the most commonly configured values. The
@@ -153,8 +155,8 @@ By default the HTTP request will be generated using an instance of Si
If your URL contains URI variables you can map them using uri-variable sub element in
Http Outbound Gateway configuration.
-
@@ -182,7 +184,7 @@ THis particular client will send a multipart Http Request which contains the nam