Author: buildbot
Date: Mon Jan 28 16:47:58 2013
New Revision: 848316
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified:
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
==============================================================================
---
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
(original)
+++
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
Mon Jan 28 16:47:58 2013
@@ -124,7 +124,7 @@ Apache CXF -- Server, Service, and Clien
<div id="ConfluenceContent"><h1><a shape="rect"
name="Server%2CService%2CandClientFactoryBeans-Overview"></a>Overview</h1>
<p>CXF has four primary classes which help in the representation of
services:</p>
<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh">Class</th><th colspan="1" rowspan="1"
class="confluenceTh">Function</th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd">Service</td><td colspan="1" rowspan="1"
class="confluenceTd">The Service contains the service model, which is an
abstract representation of the Service and it's operations. It also contains
information such as the databinding being used, the Invoker, the Executor,
service properties, interceptors, and more.</td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd">Endpoint</td><td colspan="1" rowspan="1"
class="confluenceTd">The Endpoint represents an endpoint which can receive
messages. Its primary function is to hold Interceptors which are specific to
that endpoint (for instance, SOAP interceptors) and provide listeners for
faults that occur. Both the Client and Server use the Endpoint
class.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd
">Client</td><td colspan="1" rowspan="1" class="confluenceTd">The Client is a
client implementation which manages message flows on the client
side.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd">Server</td><td colspan="1" rowspan="1"
class="confluenceTd">The Server represents a Server endpoint inside CXF. It
provides hooks to start/stop the server and access the
Endpoint.</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh">Class</th><th colspan="1" rowspan="1"
class="confluenceTh">Function</th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd">Service</td><td colspan="1" rowspan="1"
class="confluenceTd">The Service contains the service model, which is an
abstract representation of the Service and its operations. It also contains
information such as the databinding being used, the Invoker, the Executor,
service properties, interceptors, and more.</td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd">Endpoint</td><td colspan="1" rowspan="1"
class="confluenceTd">The Endpoint represents an endpoint which can receive
messages. Its primary function is to hold Interceptors which are specific to
that endpoint (for instance, SOAP interceptors) and provide listeners for
faults that occur. Both the Client and Server use the Endpoint
class.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"
>Client</td><td colspan="1" rowspan="1" class="confluenceTd">The Client is a
>client implementation which manages message flows on the client
>side.</td></tr><tr><td colspan="1" rowspan="1"
>class="confluenceTd">Server</td><td colspan="1" rowspan="1"
>class="confluenceTd">The Server represents a Server endpoint inside CXF. It
>provides hooks to start/stop the server and access the
>Endpoint.</td></tr></tbody></table>
</div>