INT-1552 fixed more text overflow in HTTP module, added DEPRECATED note to HttpInvoker module

This commit is contained in:
Oleg Zhurakousky
2010-11-22 15:13:30 -05:00
parent a3c4099c6c
commit 7c87c70d8e
2 changed files with 8 additions and 4 deletions

View File

@@ -2,9 +2,13 @@
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="httpinvoker"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>HttpInvoker Support</title>
<section id="httpinvoker-intro">
<title>Introduction</title>
<important>
This module is DEPRECATED and will be removed in future releases of Spring Integration. Please use HTTP support (<xref linkend="http"/>) which should
provide all the functionality that was available with Http Invoker plus more.
</important>
<para>
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