diff --git a/docs/src/reference/docbook/http.xml b/docs/src/reference/docbook/http.xml index 6e0488c12e..0f6b3b8478 100644 --- a/docs/src/reference/docbook/http.xml +++ b/docs/src/reference/docbook/http.xml @@ -95,6 +95,11 @@ By default the HTTP request will be generated using an instance of Si HttpURLConnection. Use of the Apache Commons HTTP Client is also supported through the provided CommonsClientHttpRequestFactory which can be injected as shown above. + + +In the case of the Outbound Gateway, the reply message produced by the gateway will contain all Message Headers present in the request message. + +