Author: buildbot
Date: Fri Dec 6 12:48:42 2013
New Revision: 889354
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/continuations.html
websites/production/cxf/content/docs/jax-rs-basics.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/continuations.html
==============================================================================
--- websites/production/cxf/content/docs/continuations.html (original)
+++ websites/production/cxf/content/docs/continuations.html Fri Dec 6 12:48:42
2013
@@ -132,7 +132,7 @@ Apache CXF -- Continuations
<div id="ConfluenceContent"><p><span style="font-size:2em;font-weight:bold">
Continuations </span></p>
<div>
-<ul><li><a shape="rect" href="#Continuations-ContinuationsAPI">Continuations
API</a></li><li><a shape="rect"
href="#Continuations-UseAsyncMethod">UseAsyncMethod</a></li><li><a shape="rect"
href="#Continuations-JAXRS2.0AsyncResponse">JAX-RS 2.0
AsyncResponse</a></li><li><a shape="rect"
href="#Continuations-SuspendinginvocationsfromCXFinterceptors">Suspending
invocations from CXF interceptors</a></li></ul></div>
+<ul><li><a shape="rect" href="#Continuations-ContinuationsAPI">Continuations
API</a></li><li><a shape="rect"
href="#Continuations-UseAsyncMethod">UseAsyncMethod</a></li><li><a shape="rect"
href="#Continuations-JAXRS2.0AsyncResponse">JAX-RS 2.0
AsyncResponse</a></li><li><a shape="rect"
href="#Continuations-SuspendinginvocationsfromCXFinterceptors">Suspending
invocations from CXF interceptors</a></li><li><a shape="rect"
href="#Continuations-EnablingHTTPcontinuations">Enabling HTTP
continuations</a></li></ul></div>
<h1><a shape="rect" name="Continuations-ContinuationsAPI"></a>Continuations
API </h1>
@@ -186,7 +186,9 @@ Example:</p>
</div></div>
+<h1><a shape="rect"
name="Continuations-EnablingHTTPcontinuations"></a>Enabling HTTP
continuations</h1>
+<p>Make sure CXFServlet is supporting the asynchronous requests, check the <a
shape="rect" href="http://cxf.apache.org/docs/servlet-transport.html">Servlet
Transport</a> page for more information. </p>
</div>
Modified: websites/production/cxf/content/docs/jax-rs-basics.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-basics.html (original)
+++ websites/production/cxf/content/docs/jax-rs-basics.html Fri Dec 6 12:48:42
2013
@@ -199,6 +199,8 @@ Apache CXF -- JAX-RS Basics
<p>This feature can help developers write very sophisticated asynchronous
applications. </p>
+<p>Please also see the page about CXF <a shape="rect"
href="continuations.html" title="Continuations">Continuations</a> API which
JAX-RS 2.0 AsyncResponse implementation is based upon.</p>
+
<h2><a shape="rect" name="JAX-RSBasics-Parameterconverters"></a>Parameter
converters</h2>
<p><a shape="rect" class="external-link"
href="https://jax-rs-spec.java.net/nonav/2.0/apidocs/javax/ws/rs/ext/ParamConverterProvider.html"
rel="nofollow">ParamConverterProvider</a> can be used to manage the conversion
of custom Objects to String and vice versa on the server and client sides, when
processing JAX-RS parameters representing URI parts or headers or form elements
and when a default conversion mechanism does not work. For example,
java.util.Date constructor accepting a String may have to be replaced a custom
ParamConverter. </p>