From 4af07f63522acec1ba06663710f80c6b40c1ef0c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 19 Aug 2013 12:54:35 +0200 Subject: [PATCH] Replaced Commons with Apache HttpClient in docs Replaced references of CommonsHttpMessageSender with HttpComponentsMessageSender in client-side documentation. Issue: SWS-839 --- src/docbkx/client.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/docbkx/client.xml b/src/docbkx/client.xml index 745c2201..9bd849d8 100644 --- a/src/docbkx/client.xml +++ b/src/docbkx/client.xml @@ -50,9 +50,9 @@ There are two implementations of the WebServiceMessageSender interface for sending messages via HTTP. The default implementation is the HttpUrlConnectionMessageSender, which uses the facilities provided - by Java itself. The alternative is the CommonsHttpMessageSender, + by Java itself. The alternative is the HttpComponentsMessageSender, which uses the - Jakarta Commons HttpClient. + Apache HttpComponents HttpClient. Use the latter if you need more advanced and easy-to-use functionality (such as authentication, HTTP connection pooling, and so forth). @@ -75,16 +75,15 @@ ]]> - The following example shows how override the default configuration, and to use Commons Http to + The following example shows how override the default configuration, and to use Apache HttpClient to authenticate using HTTP authentication: - + - - - + +