Author: buildbot
Date: Fri Jul 1 14:47:30 2016
New Revision: 991836
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/jax-rs-client-api.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/jax-rs-client-api.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-client-api.html (original)
+++ websites/production/cxf/content/docs/jax-rs-client-api.html Fri Jul 1
14:47:30 2016
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Client API
<!-- Content -->
<div class="wiki-content">
<div
id="ConfluenceContent"><p> </p><p> </p><p> </p><p> </p><p> <span
class="inline-first-p" style="font-size:2em;font-weight:bold">JAX-RS : Client
API</span> </p><p> </p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1465397218049 {padding: 0px;}
-div.rbtoc1465397218049 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1465397218049 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1467384417992 {padding: 0px;}
+div.rbtoc1467384417992 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1467384417992 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1465397218049">
+/*]]>*/</style></p><div class="toc-macro rbtoc1467384417992">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSClientAPI-MavenDependency">Maven Dependency</a></li><li><a
shape="rect" href="#JAX-RSClientAPI-JAX-RS2.0ClientAPI">JAX-RS 2.0 Client
API</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSClientAPI-JAX-RS2.0andCXFspecificAPI">JAX-RS 2.0 and CXF specific
API</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSClientAPI-Proxy-basedAPI">Proxy-based
API</a>
@@ -168,7 +168,7 @@ public interface BookStore {
public class BookStoreImpl implements BookStore {
public Books getAllBooks() {}
- public Book getBookSubresource(long id) throws NoBookFoundException {}
+ public BookResource getBookSubresource(long id) throws NoBookFoundException
{}
}
public interface BookResource {