diff --git a/docs/src/reference/docbook/http.xml b/docs/src/reference/docbook/http.xml
index 190034b90f..0bcbecbc0d 100644
--- a/docs/src/reference/docbook/http.xml
+++ b/docs/src/reference/docbook/http.xml
@@ -19,7 +19,7 @@
definition in web.xml, see
for further details. Below is an example bean definition for a simple HTTP inbound endpoint.
+ class="org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway">
]]>
@@ -78,7 +78,7 @@
To configure the HttpRequestExecutingMessageHandler write a bean definition like this:
+ class="org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler">
]]>
@@ -86,7 +86,7 @@
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:
+ class="org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler">
diff --git a/docs/src/reference/docbook/httpinvoker.xml b/docs/src/reference/docbook/httpinvoker.xml
index a28f86d6f8..ef681b891b 100644
--- a/docs/src/reference/docbook/httpinvoker.xml
+++ b/docs/src/reference/docbook/httpinvoker.xml
@@ -2,9 +2,13 @@
HttpInvoker Support
-
+
Introduction
+
+ This module is DEPRECATED and will be removed in future releases of Spring Integration. Please use HTTP support () which should
+ provide all the functionality that was available with Http Invoker plus more.
+
HttpInvoker is a Spring-specific remoting option that essentially enables Remote Procedure Calls (RPC) over HTTP.
In order to accomplish this, an outbound representation of a method invocation is serialized using standard Java