Are there any jar with documentation http://cxf.apache.org/javadoc/latest/ ?
So one can study it offline.

20.02.2013 19:52, Daniel Kulp пишет:
The website javadoc has a much larger set of the javadocs:

http://cxf.apache.org/javadoc/latest/

The stuff in the download is mostly the "api" javadocs used for extending 
various things in CXF.

Dan



On Feb 20, 2013, at 5:38 AM, Alexander Chernykh <[email protected]> wrote:

Hello,

I was trying to find the solution on how to set up the connection
time-out on the web-service client in CXF 2.6.1 and find this post
http://lhein.blogspot.ru/2008/09/apache-cxf-and-time-outs.html.
In this post we are advised to use classes:

import org.apache.cxf.endpoint.Client;
import org.apache.cxf.frontend.ClientProxy;
import org.apache.cxf.transport.http.HTTPConduit;

In javadoc for CXF 2.6.1 I couldn't find package
org.apache.cxf.frontend and class
org.apache.cxf.transport.http.HTTPConduit.

The same problem for javadoc CXF 2.7.3.

Could you point me to the right direction where I can find the javadoc
for these class and package?
Thanks.

--
Regards,
Chernykh Alexander.

Reply via email to