Author: dkulp
Date: Fri Dec 19 19:09:46 2014
New Revision: 933378
Log:
Update with latest exporter code
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/custom-cxf-transport.html
websites/production/cxf/content/cxf-2611-release-notes.html
websites/production/cxf/content/cxf-266-release-notes.html
websites/production/cxf/content/cxf-273-release-notes.html
websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html
websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html
websites/production/cxf/content/distributed-osgi-reference.html
websites/production/cxf/content/docs/a-simple-jax-ws-service.html
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
websites/production/cxf/content/docs/architectural-decisions.html
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
websites/production/cxf/content/docs/continuations.html
websites/production/cxf/content/docs/custom-transport.html
websites/production/cxf/content/docs/cxf-architecture.html
websites/production/cxf/content/docs/cxf-oauth-10.html
websites/production/cxf/content/docs/debugging-and-logging.html
websites/production/cxf/content/docs/developing-a-service.html
websites/production/cxf/content/docs/failoverfeature.html
websites/production/cxf/content/docs/generic-tracing-component.html
websites/production/cxf/content/docs/how-do-i-develop-a-client.html
websites/production/cxf/content/docs/how-do-i-develop-a-service.html
websites/production/cxf/content/docs/how-it-works.html
websites/production/cxf/content/docs/jax-rs-advanced-features.html
websites/production/cxf/content/docs/jax-rs-advanced-xml.html
websites/production/cxf/content/docs/jax-rs-and-jax-ws.html
websites/production/cxf/content/docs/jax-rs-basics.html
websites/production/cxf/content/docs/jax-rs-client-api.html
websites/production/cxf/content/docs/jax-rs-cors.html
websites/production/cxf/content/docs/jax-rs-data-bindings.html
websites/production/cxf/content/docs/jax-rs-deployment.html
websites/production/cxf/content/docs/jax-rs-failover.html
websites/production/cxf/content/docs/jax-rs-filters.html
websites/production/cxf/content/docs/jax-rs-maven-plugins.html
websites/production/cxf/content/docs/jax-rs-multiparts.html
websites/production/cxf/content/docs/jax-rs-oauth.html
websites/production/cxf/content/docs/jax-rs-oauth2.html
websites/production/cxf/content/docs/jax-rs-redirection.html
websites/production/cxf/content/docs/jax-rs-saml.html
websites/production/cxf/content/docs/jax-rs-search.html
websites/production/cxf/content/docs/jax-rs-validation.html
websites/production/cxf/content/docs/jax-rs-xml-security.html
websites/production/cxf/content/docs/jax-rs.html
websites/production/cxf/content/docs/jaxrs-kerberos.html
websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html
websites/production/cxf/content/docs/jaxrs-services-configuration.html
websites/production/cxf/content/docs/jaxrs-services-description.html
websites/production/cxf/content/docs/jaxrs-testing.html
websites/production/cxf/content/docs/jmx-management.html
websites/production/cxf/content/docs/saml-web-sso.html
websites/production/cxf/content/docs/secure-jax-rs-services.html
websites/production/cxf/content/docs/security.html
websites/production/cxf/content/docs/tls-configuration.html
websites/production/cxf/content/docs/transformationfeature.html
websites/production/cxf/content/docs/using-cxf-jca-rar-in-application-server.html
websites/production/cxf/content/docs/validationfeature.html
websites/production/cxf/content/docs/xfire-migration-guide.html
websites/production/cxf/content/docs/xml-key-management-service-xkms.html
websites/production/cxf/content/docs/xslt-feature.html
websites/production/cxf/content/dosgi-architecture.html
websites/production/cxf/content/dosgi-ds-demo-page.html
websites/production/cxf/content/dosgi-spring-dm-demo-page.html
websites/production/cxf/content/faq.html
websites/production/cxf/content/fediz-architecture.html
websites/production/cxf/content/fediz-websphere.html
websites/production/cxf/content/logo-contest.html
websites/production/cxf/content/security-advisories.html
websites/production/cxf/content/setting-up-eclipse-for-running-and-debugging-distributed-osgi.html
websites/production/cxf/content/using-ws-policy-in-cxf-projects.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/custom-cxf-transport.html
==============================================================================
--- websites/production/cxf/content/custom-cxf-transport.html (original)
+++ websites/production/cxf/content/custom-cxf-transport.html Fri Dec 19
19:09:46 2014
@@ -120,12 +120,12 @@ Apache CXF -- Custom CXF Transport
To send a message into a physical channel, the conduit should access the
message context. Normal practice in this case is to use a subclass of
OutputStream extending CachedOutputStream. The custom stream will be fed the
message and provides a possibility to access context in streaming or buffered
form depending on the transport requirements. CachedOutputStream is configured
to keep message in memory only up to a predefined size. If this size is
exceeded, the message is swapped to disk.</p>
<p>A class diagram of TransportFactory, Conduit, Destination and OutputStream
is shown below:<br clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/25200212/cxf-transport-class-diagram.jpg?version=2&modificationDate=1296379054000&api=v2"
data-image-src="/confluence/download/attachments/25200212/cxf-transport-class-diagram.jpg?version=2&modificationDate=1296379054000&api=v2"></p>
+<img class="confluence-embedded-image"
src="custom-cxf-transport.data/cxf-transport-class-diagram.jpg"
data-image-src="/confluence/download/attachments/25200212/cxf-transport-class-diagram.jpg?version=2&modificationDate=1296379054000&api=v2"></p>
<h2 id="CustomCXFTransport-HowitWorks">How it Works</h2>
<p>Interaction between JAX-WS client and service using CXF transport is
represented in the following figure:<br clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/25200212/cxf-transport-view.jpg?version=1&modificationDate=1296379054000&api=v2"
data-image-src="/confluence/download/attachments/25200212/cxf-transport-view.jpg?version=1&modificationDate=1296379054000&api=v2"></p>
+<img class="confluence-embedded-image"
src="custom-cxf-transport.data/cxf-transport-view.jpg"
data-image-src="/confluence/download/attachments/25200212/cxf-transport-view.jpg?version=1&modificationDate=1296379054000&api=v2"></p>
<h3 id="CustomCXFTransport-SimplifiedClientWorkflow:">Simplified Client
Workflow:</h3>
<ul><li>Step1: JAX-WS client invokes a service, in this manner for example:
Modified: websites/production/cxf/content/cxf-2611-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-2611-release-notes.html (original)
+++ websites/production/cxf/content/cxf-2611-release-notes.html Fri Dec 19
19:09:46 2014
@@ -823,7 +823,7 @@ cxf dev list, [email protected]. You c
Oct 07, 2013
</td><td colspan="1"
nowrap>
- Nov 26, 2013
+ Nov 09, 2014
</td><td colspan="1"
nowrap>
Modified: websites/production/cxf/content/cxf-266-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-266-release-notes.html (original)
+++ websites/production/cxf/content/cxf-266-release-notes.html Fri Dec 19
19:09:46 2014
@@ -584,7 +584,7 @@ cxf dev list, [email protected]. You c
Jan 18, 2013
</td><td colspan="1"
nowrap>
- Feb 28, 2013
+ Sep 30, 2014
</td><td colspan="1"
nowrap>
Modified: websites/production/cxf/content/cxf-273-release-notes.html
==============================================================================
--- websites/production/cxf/content/cxf-273-release-notes.html (original)
+++ websites/production/cxf/content/cxf-273-release-notes.html Fri Dec 19
19:09:46 2014
@@ -716,7 +716,7 @@ cxf dev list, [email protected]. You c
Jan 18, 2013
</td><td colspan="1"
nowrap>
- Feb 28, 2013
+ Sep 30, 2014
</td><td colspan="1"
nowrap>
Modified:
websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html
==============================================================================
---
websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html
(original)
+++
websites/production/cxf/content/developing-a-distributed-osgi-application-in-eclipse.html
Fri Dec 19 19:09:46 2014
@@ -113,7 +113,7 @@ Apache CXF -- Developing a Distributed O
<h3
id="DevelopingaDistributedOSGiApplicationinEclipse-CreatingaDistributedOSGiService">Creating
a Distributed OSGi Service</h3>
<p>1. Create a new Plugin Project for a 'standard' OSGi Framework.<br
clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/105948/new_project.jpg?version=1&modificationDate=1230023808000&api=v2"
data-image-src="/confluence/download/attachments/105948/new_project.jpg?version=1&modificationDate=1230023808000&api=v2"></p>
+<img class="confluence-embedded-image"
src="developing-a-distributed-osgi-application-in-eclipse.data/new_project.jpg"
data-image-src="/confluence/download/attachments/105948/new_project.jpg?version=1&modificationDate=1230023808000&api=v2"></p>
<p>2. Create an OSGi service and and register it with the OSGi Service
Registry. I'm creating a service that implements my
<code>test.distributed.service.TemperatureService</code>. </p>
<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
Modified:
websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html
==============================================================================
---
websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html
(original)
+++
websites/production/cxf/content/distributed-osgi-greeter-demo-walkthrough.html
Fri Dec 19 19:09:46 2014
@@ -129,7 +129,7 @@ In this walkthrough all the required bun
<p>The <code>GreeterData</code> interface, <code>GreetingPhase</code> and
<code>GreeterException</code> classes are custom types defined in the Greeter
Interface bundle.</p>
<p>In this walkthrough, the following setup will be used:<br clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/107706/dosgi_cxf.png?version=1&modificationDate=1232108904000&api=v2"
data-image-src="/confluence/download/attachments/107706/dosgi_cxf.png?version=1&modificationDate=1232108904000&api=v2"><br
clear="none">
+<img class="confluence-embedded-image"
src="distributed-osgi-greeter-demo-walkthrough.data/dosgi_cxf.png"
data-image-src="/confluence/download/attachments/107706/dosgi_cxf.png?version=1&modificationDate=1232108904000&api=v2"><br
clear="none">
The client side bundles will be running in Equinox, invoking on a Distributed
OSGi Service running in Felix. Note that the choice of containers is completely
trivial. Any OSGi container that implements the Service Registry Hooks (a new
feature in OSGi 4.2) can be used on either side.</p>
<h3 id="DistributedOSGiGreeterDemoWalkthrough-TheServerSide">The Server
Side</h3>
@@ -203,7 +203,7 @@ START LEVEL 1
<code>INFO: TopologyManager: export sucessful Endpoints: Endpoint Description
for ServiceReference
[org.apache.cxf.dosgi.samples.greeter.GreeterService]</code><br clear="none">
This means that the service is successfully exposed remotely, and you can
verify this by requesting the WSDL:</p>
-<p><img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/107706/greeter_wsdl.jpg?version=2&modificationDate=1252994029000&api=v2"
data-image-src="/confluence/download/attachments/107706/greeter_wsdl.jpg?version=2&modificationDate=1252994029000&api=v2"></p>
+<p><img class="confluence-embedded-image"
src="distributed-osgi-greeter-demo-walkthrough.data/greeter_wsdl.jpg"
data-image-src="/confluence/download/attachments/107706/greeter_wsdl.jpg?version=2&modificationDate=1252994029000&api=v2"></p>
<p>This WSDL was dynamically generated from the exposed
<code>GreeterService</code> Java interface. Under the hood, the Aegis data
binding is used for this.</p>
@@ -274,7 +274,7 @@ osgi> start 4]]></script>
</div></div>
<p>After a few moments the following window appears:</p>
-<p><img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/107706/greeterui2.jpg?version=1&modificationDate=1253152349000&api=v2"
data-image-src="/confluence/download/attachments/107706/greeterui2.jpg?version=1&modificationDate=1253152349000&api=v2"></p>
+<p><img class="confluence-embedded-image"
src="distributed-osgi-greeter-demo-walkthrough.data/greeterui2.jpg"
data-image-src="/confluence/download/attachments/107706/greeterui2.jpg?version=1&modificationDate=1253152349000&api=v2"></p>
<p>The window appears once the ServiceTracker in the consumer has received a
callback that the <code>GreeterService</code> has been found. The value entered
will used to invoke the (remote) OSGi service, with a call like this:</p>
<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
Modified: websites/production/cxf/content/distributed-osgi-reference.html
==============================================================================
--- websites/production/cxf/content/distributed-osgi-reference.html (original)
+++ websites/production/cxf/content/distributed-osgi-reference.html Fri Dec 19
19:09:46 2014
@@ -112,11 +112,11 @@ Apache CXF -- Distributed OSGi Reference
<div id="ConfluenceContent"><h1
id="DistributedOSGiReference-DistributedOSGiReferenceGuide">Distributed OSGi
Reference Guide</h1>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410835597925 {padding: 0px;}
-div.rbtoc1410835597925 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410835597925 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015845994 {padding: 0px;}
+div.rbtoc1419015845994 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015845994 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410835597925">
+/*]]>*/</style><div class="toc-macro rbtoc1419015845994">
<ul class="toc-indentation"><li><a shape="rect"
href="#DistributedOSGiReference-DistributedOSGiReferenceGuide">Distributed OSGi
Reference Guide</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#DistributedOSGiReference-ConfigurationProperties">Configuration
Properties</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#DistributedOSGiReference-ServiceProviderpropertiesForConfiguringSOAP-basedservicesandconsumers">Service
Provider properties For Configuring SOAP-based services and
consumers</a></li><li><a shape="rect"
href="#DistributedOSGiReference-ServiceProviderpropertiesForConfiguringRESTfulJAXRS-basedendpointsandconsumers">Service
Provider properties For Configuring RESTful JAXRS-based endpoints and
consumers</a></li><li><a shape="rect"
href="#DistributedOSGiReference-ServiceConsumerproperties">Service Consumer
properties</a></li></ul>
Modified: websites/production/cxf/content/docs/a-simple-jax-ws-service.html
==============================================================================
--- websites/production/cxf/content/docs/a-simple-jax-ws-service.html (original)
+++ websites/production/cxf/content/docs/a-simple-jax-ws-service.html Fri Dec
19 19:09:46 2014
@@ -121,11 +121,11 @@ Apache CXF -- A simple JAX-WS service
<div id="ConfluenceContent"><p>This example will lead you through creating
your first service with doing "code first" development with JAX-WS.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410745583171 {padding: 0px;}
-div.rbtoc1410745583171 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410745583171 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015888831 {padding: 0px;}
+div.rbtoc1419015888831 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015888831 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410745583171">
+/*]]>*/</style><div class="toc-macro rbtoc1419015888831">
<ul class="toc-indentation"><li><a shape="rect"
href="#AsimpleJAX-WSservice-Settingupyourbuild">Setting up your
build</a></li><li><a shape="rect"
href="#AsimpleJAX-WSservice-WritingyourService">Writing your
Service</a></li><li><a shape="rect"
href="#AsimpleJAX-WSservice-Publishingyourservice">Publishing your
service</a></li><li><a shape="rect"
href="#AsimpleJAX-WSservice-Accessingyourservice">Accessing your
service</a></li></ul>
</div>
Modified:
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
==============================================================================
---
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
(original)
+++
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
Fri Dec 19 19:09:46 2014
@@ -119,11 +119,11 @@ Apache CXF -- Application Server Specifi
<div class="wiki-content">
<div id="ConfluenceContent"><p>This document provides app server-specific
configuration information for running Apache CXF.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468201791 {padding: 0px;}
-div.rbtoc1396468201791 ul {list-style: disc;margin-left: 0px;padding-left:
20px;}
-div.rbtoc1396468201791 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015812694 {padding: 0px;}
+div.rbtoc1419015812694 ul {list-style: disc;margin-left: 0px;padding-left:
20px;}
+div.rbtoc1419015812694 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1396468201791">
+/*]]>*/</style><div class="toc-macro rbtoc1419015812694">
<ul class="toc-indentation"><li><a shape="rect"
href="#ApplicationServerSpecificConfigurationGuide-JBossApplicationServer">JBoss
Application Server</a></li><li><a shape="rect"
href="#ApplicationServerSpecificConfigurationGuide-WebLogic">WebLogic</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ApplicationServerSpecificConfigurationGuide-Putjarsinendorsedfolder">Put
jars in endorsed folder</a></li><li><a shape="rect"
href="#ApplicationServerSpecificConfigurationGuide-Packwarinanear,deploytheearwithweblogic-application.xml">Pack
war in an ear, deploy the ear with weblogic-application.xml</a></li></ul>
</li><li><a shape="rect"
href="#ApplicationServerSpecificConfigurationGuide-Websphere">Websphere</a>
Modified: websites/production/cxf/content/docs/architectural-decisions.html
==============================================================================
--- websites/production/cxf/content/docs/architectural-decisions.html (original)
+++ websites/production/cxf/content/docs/architectural-decisions.html Fri Dec
19 19:09:46 2014
@@ -110,11 +110,11 @@ Apache CXF -- Architectural Decisions
<div id="ConfluenceContent"><p><strong>work in progresss</strong></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468202983 {padding: 0px;}
-div.rbtoc1396468202983 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468202983 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015823235 {padding: 0px;}
+div.rbtoc1419015823235 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015823235 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1396468202983">
+/*]]>*/</style><div class="toc-macro rbtoc1419015823235">
<ul class="toc-indentation"><li><a shape="rect"
href="#ArchitecturalDecisions-DecisionProcess">Decision Process</a></li><li><a
shape="rect"
href="#ArchitecturalDecisions-Howtodocumentarchitecturaldecisions">How to
document architectural decisions</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ArchitecturalDecisions-Template:Shortonelinesummaryofthedecision">Template:
Short one line summary of the decision</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ArchitecturalDecisions-Reasonsforthedecision">Reasons for the
decision</a></li><li><a shape="rect"
href="#ArchitecturalDecisions-Alternatives">Alternatives</a>
Modified:
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
==============================================================================
---
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
(original)
+++
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
Fri Dec 19 19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- Client HTTP Transport (inc
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1414752419173 {padding: 0px;}
-div.rbtoc1414752419173 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1414752419173 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015876912 {padding: 0px;}
+div.rbtoc1419015876912 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015876912 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1414752419173">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015876912">
<ul class="toc-indentation"><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-Authentication">Authentication</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-BasicAuthentication">Basic
Authentication</a></li><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-DigestAuthentication">Digest
Authentication</a></li><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-Supplyingdynamicauthorization">Supplying
dynamic authorization</a></li><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-SpnegoAuthentication(Kerberos)">Spnego
Authentication (Kerberos)</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ClientHTTPTransport(includingSSLsupport)-CredentialDelegation">Credential
Delegation</a></li></ul>
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 19 19:09:46
2014
@@ -117,11 +117,11 @@ Apache CXF -- Continuations
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1
id="Continuations-Continuations">Continuations</h1><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1396468204247 {padding: 0px;}
-div.rbtoc1396468204247 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468204247 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015832782 {padding: 0px;}
+div.rbtoc1419015832782 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015832782 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1396468204247">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015832782">
<ul class="toc-indentation"><li><a shape="rect"
href="#Continuations-Continuations">Continuations</a></li><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-JAX-RS2.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 id="Continuations-ContinuationsAPI">Continuations API</h1><p>CXF
offers Continuations API to manage asynchronous (suspended)
invocations.</p><p><a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/core/src/main/java/org/apache/cxf/continuations/ContinuationProvider.java">ContinuationProvider</a>
represents a transport capable of suspending and resuming the invocations on
request.</p><p>CXF offers Servlet3 and legacy Jetty Continuations HTTP as well
as JMS ContinuationProvider implementations. <br clear="none">
ContinuationProvider can be used to get <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/core/src/main/java/org/apache/cxf/continuations/Continuation.java">Continuation</a>
which represents a current active or suspended invocation.</p><p>The provider
and continuations can be obtained from the current CXF message like
this:</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeCo
ntent panelContent pdl">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[import
org.apache.cxf.continuations.ContinuationProvider;
Modified: websites/production/cxf/content/docs/custom-transport.html
==============================================================================
--- websites/production/cxf/content/docs/custom-transport.html (original)
+++ websites/production/cxf/content/docs/custom-transport.html Fri Dec 19
19:09:46 2014
@@ -132,12 +132,12 @@ Apache CXF -- Custom Transport
To send a message into a physical channel, the conduit should access the
message context. Normal practice in this case would be to use a subclass of
OutputStream extending CachedOutputStream. The custom stream will be fed the
message and provided the possibility to access context in streaming or buffered
form depending on the transport requirements. CachedOutputStream is configured
to keep message in memory only up to a predefined size. If this size is
exceeded, the message is swapped to disk.</p>
<p>A class diagram of TransportFactory, Conduit, Destination and OutputStream
is shown below:<br clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/27839372/cxf-transport-class-diagram.jpg?version=1&modificationDate=1330248014000&api=v2"
data-image-src="/confluence/download/attachments/27839372/cxf-transport-class-diagram.jpg?version=1&modificationDate=1330248014000&api=v2"></p>
+<img class="confluence-embedded-image"
src="custom-transport.data/cxf-transport-class-diagram.jpg"
data-image-src="/confluence/download/attachments/27839372/cxf-transport-class-diagram.jpg?version=1&modificationDate=1330248014000&api=v2"></p>
<h2 id="CustomTransport-HowitWorks">How it Works</h2>
<p>Interaction between JAX-WS client and service using CXF transport is
represented in the following figure:<br clear="none">
-<img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/27839372/cxf-transport.jpg?version=1&modificationDate=1348033920000&api=v2"
data-image-src="/confluence/download/attachments/27839372/cxf-transport.jpg?version=1&modificationDate=1348033920000&api=v2"></p>
+<img class="confluence-embedded-image"
src="custom-transport.data/cxf-transport.jpg"
data-image-src="/confluence/download/attachments/27839372/cxf-transport.jpg?version=1&modificationDate=1348033920000&api=v2"></p>
<h3 id="CustomTransport-SimplifiedClientWorkflow:">Simplified Client
Workflow:</h3>
Modified: websites/production/cxf/content/docs/cxf-architecture.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-architecture.html (original)
+++ websites/production/cxf/content/docs/cxf-architecture.html Fri Dec 19
19:09:46 2014
@@ -122,11 +122,11 @@ Apache CXF -- CXF Architecture
<h2 id="CXFArchitecture-TableofContents">Table of Contents</h2>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468206038 {padding: 0px;}
-div.rbtoc1396468206038 ul {list-style: outline;margin-left: 0px;}
-div.rbtoc1396468206038 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015851444 {padding: 0px;}
+div.rbtoc1419015851444 ul {list-style: outline;margin-left: 0px;}
+div.rbtoc1419015851444 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1396468206038">
+/*]]>*/</style><div class="toc-macro rbtoc1419015851444">
<ul class="toc-indentation"><li><a shape="rect"
href="#CXFArchitecture-ApacheCXFSoftwareArchitectureGuide">Apache CXF Software
Architecture Guide</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#CXFArchitecture-TableofContents">Table of Contents</a></li><li><a
shape="rect"
href="#CXFArchitecture-ArchitecturalGoalsandConstraints">Architectural Goals
and Constraints</a></li><li><a shape="rect"
href="#CXFArchitecture-CXF-API">CXF-API</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#CXFArchitecture-Bus">Bus</a></li><li><a shape="rect"
href="#CXFArchitecture-Howservicecallsareprocessed">How service calls are
processed</a></li><li><a shape="rect"
href="#CXFArchitecture-Front-ends">Front-ends</a></li><li><a shape="rect"
href="#CXFArchitecture-Messaging&Interceptors">Messaging &
Interceptors</a></li><li><a shape="rect"
href="#CXFArchitecture-TheServiceModel">The Service Model</a></li><li><a
shape="rect" href="#CXFArchitecture-DataBindings">Data Bindings</a></li><li><a
shape="rect" href="#CXFArchitecture-ProtocolBindings">Protocol
Bindings</a></li><li><a shape="rect"
href="#CXFArchitecture-Transports">Transports</a></li><li><a shape="rect"
href="#CXFArchitecture-AJAX-WSexample">A JAX-WS example</a></li></ul>
@@ -169,31 +169,13 @@ div.rbtoc1396468206038 li {margin-left:
-<span class="gliffy-container" id="gliffy-container-25591945-2743"
data-fullwidth="1269" data-ceoid="44806"
data-filename="MessageFlowOnClientSide">
+<span class="gliffy-container" id="gliffy-container-25591945-9469"
data-fullwidth="1269" data-ceoid="44806"
data-edit="${diagramEditLink.getLinkUrl()}"
data-full="/confluence/plugins/gliffy/viewer.action?inline=false&attachmentId=25591945&attachmentVersion=4&lastPage=%2Fpages%2Fviewpage.action%3FpageId%3D44806"
data-filename="MessageFlowOnClientSide">
-
-<span class="gliffy-chrome-container">
+ <map id="gliffy-map-25591945-2491" name="gliffy-map-25591945-2491"></map>
- <span class="gliffy-chrome">
+ <img class="gliffy-image" id="gliffy-image-25591945-9469" width="1269"
height="580" data-full-width="1269" data-full-height="580"
src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnClientSide.png?version=4&modificationDate=1298215366000&api=v2"
alt="MessageFlowOnClientSide" usemap="#gliffy-map-25591945-2491">
- <span class="gliffy-item gliffy-first">
- <img class="gliffy-logo"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/logo_16x16.png"
title="Gliffy" alt="Gliffy">
- Gliffy </span>
- <span class="gliffy-item gliffy-zoom gliffy-end-button
gliffy-start-button">
- <a shape="rect"
href="cxf-architecture.data/MessageFlowOnClientSide.png?version=4&modificationDate=1298215366000&api=v2"
target="_self">
- <span>
- <img class="gliffy-icon-full"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/gliffy_macro_icon_zoom.png"
alt="Zoom" title="Zoom">
- Zoom </span>
- </a>
- </span>
- </span>
-</span>
-
- <map id="gliffy-map-25591945-292" name="gliffy-map-25591945-292"></map>
-
- <img class="gliffy-image" id="gliffy-image-25591945-2743" width="1269"
height="580" data-full-width="1269" data-full-height="580"
src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnClientSide.png?version=4&modificationDate=1298215366000&api=v2"
usemap="#gliffy-map-25591945-292">
-
- <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591945-2743"
name="gliffy-dynamic-map-25591945-2743"></map>
+ <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591945-9469"
name="gliffy-dynamic-map-25591945-9469"></map>
</span>
@@ -205,31 +187,13 @@ div.rbtoc1396468206038 li {margin-left:
-<span class="gliffy-container" id="gliffy-container-25591953-2297"
data-fullwidth="1222" data-ceoid="44806"
data-filename="MessageFlowOnServerSide">
+<span class="gliffy-container" id="gliffy-container-25591953-1224"
data-fullwidth="1222" data-ceoid="44806"
data-edit="${diagramEditLink.getLinkUrl()}"
data-full="/confluence/plugins/gliffy/viewer.action?inline=false&attachmentId=25591953&attachmentVersion=4&lastPage=%2Fpages%2Fviewpage.action%3FpageId%3D44806"
data-filename="MessageFlowOnServerSide">
-
-<span class="gliffy-chrome-container">
-
- <span class="gliffy-chrome">
-
- <span class="gliffy-item gliffy-first">
- <img class="gliffy-logo"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/logo_16x16.png"
title="Gliffy" alt="Gliffy">
- Gliffy </span>
- <span class="gliffy-item gliffy-zoom gliffy-end-button
gliffy-start-button">
- <a shape="rect"
href="cxf-architecture.data/MessageFlowOnServerSide.png?version=4&modificationDate=1298310696000&api=v2"
target="_self">
- <span>
- <img class="gliffy-icon-full"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/gliffy_macro_icon_zoom.png"
alt="Zoom" title="Zoom">
- Zoom </span>
- </a>
- </span>
- </span>
-</span>
-
- <map id="gliffy-map-25591953-2100" name="gliffy-map-25591953-2100"></map>
+ <map id="gliffy-map-25591953-3736" name="gliffy-map-25591953-3736"></map>
- <img class="gliffy-image" id="gliffy-image-25591953-2297" width="1222"
height="600" data-full-width="1222" data-full-height="600"
src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnServerSide.png?version=4&modificationDate=1298310696000&api=v2"
usemap="#gliffy-map-25591953-2100">
+ <img class="gliffy-image" id="gliffy-image-25591953-1224" width="1222"
height="600" data-full-width="1222" data-full-height="600"
src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnServerSide.png?version=4&modificationDate=1298310696000&api=v2"
alt="MessageFlowOnServerSide" usemap="#gliffy-map-25591953-3736">
- <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591953-2297"
name="gliffy-dynamic-map-25591953-2297"></map>
+ <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591953-1224"
name="gliffy-dynamic-map-25591953-1224"></map>
</span>
Modified: websites/production/cxf/content/docs/cxf-oauth-10.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-oauth-10.html (original)
+++ websites/production/cxf/content/docs/cxf-oauth-10.html Fri Dec 19 19:09:46
2014
@@ -203,7 +203,7 @@ what resources would like to access (sco
<p>i.e.:<br clear="none">
-After granting permissions by the user to server resources, CXF saves this
data that will be required in later access control evaluation, generates
oauth_verifier and returns it to the client. <img
class="confluence-embedded-image confluence-content-image-border"
src="https://cwiki.apache.org/confluence/download/attachments/24188735/confirmation.png?version=1&modificationDate=1291656219000&api=v2"
data-image-src="/confluence/download/attachments/24188735/confirmation.png?version=1&modificationDate=1291656219000&api=v2"></p>
+After granting permissions by the user to server resources, CXF saves this
data that will be required in later access control evaluation, generates
oauth_verifier and returns it to the client. <img
class="confluence-embedded-image confluence-content-image-border"
src="cxf-oauth-10.data/confirmation.png"
data-image-src="/confluence/download/attachments/24188735/confirmation.png?version=1&modificationDate=1291656219000&api=v2"></p>
<p><strong>Examplar screen where server user allows/denies access for a scopes
and permissions requested by a third party application</strong></p>
Modified: websites/production/cxf/content/docs/debugging-and-logging.html
==============================================================================
--- websites/production/cxf/content/docs/debugging-and-logging.html (original)
+++ websites/production/cxf/content/docs/debugging-and-logging.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- Debugging and Logging
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p> </p><p> </p><p></p><p><span
class="inline-first-p" style="font-size:2em;font-weight:bold"> Debugging and
Logging </span></p><p></p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383986295 {padding: 0px;}
-div.rbtoc1408383986295 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383986295 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015790012 {padding: 0px;}
+div.rbtoc1419015790012 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015790012 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383986295">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015790012">
<ul class="toc-indentation"><li><a shape="rect"
href="#DebuggingandLogging-LoggingMessages">Logging Messages</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#DebuggingandLogging-Configuringlogginglevels">Configuring logging
levels</a></li><li><a shape="rect"
href="#DebuggingandLogging-UsingLog4jInsteadofjava.util.logging">Using Log4j
Instead of java.util.logging</a></li><li><a shape="rect"
href="#DebuggingandLogging-UsingSLF4JInsteadofjava.util.logging(since2.2.8)">Using
SLF4J Instead of java.util.logging (since 2.2.8)</a></li></ul>
</li><li><a shape="rect" href="#DebuggingandLogging-DebuggingTools">Debugging
Tools</a>
Modified: websites/production/cxf/content/docs/developing-a-service.html
==============================================================================
--- websites/production/cxf/content/docs/developing-a-service.html (original)
+++ websites/production/cxf/content/docs/developing-a-service.html Fri Dec 19
19:09:46 2014
@@ -117,11 +117,11 @@ Apache CXF -- Developing a Service
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468207432 {padding: 0px;}
-div.rbtoc1396468207432 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468207432 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015860158 {padding: 0px;}
+div.rbtoc1419015860158 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015860158 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1396468207432">
+/*]]>*/</style><div class="toc-macro rbtoc1419015860158">
<ul class="toc-indentation"><li><a shape="rect"
href="#DevelopingaService-DevelopingaServiceusingJAX-WS">Developing a Service
using JAX-WS</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#DevelopingaService-WSDLFirstDevelopment">WSDL First Development</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#DevelopingaService-GeneratingtheStartingPointCode">Generating the
Starting Point Code</a>
Modified: websites/production/cxf/content/docs/failoverfeature.html
==============================================================================
--- websites/production/cxf/content/docs/failoverfeature.html (original)
+++ websites/production/cxf/content/docs/failoverfeature.html Fri Dec 19
19:09:46 2014
@@ -117,11 +117,11 @@ Apache CXF -- FailoverFeature
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1
id="FailoverFeature-FailoverandLoadDistributorFeature">Failover and Load
Distributor Feature</h1><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468211067 {padding: 0px;}
-div.rbtoc1396468211067 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468211067 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015884607 {padding: 0px;}
+div.rbtoc1419015884607 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015884607 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1396468211067">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015884607">
<ul class="toc-indentation"><li><a shape="rect"
href="#FailoverFeature-FailoverandLoadDistributorFeature">Failover and Load
Distributor Feature</a></li><li><a shape="rect"
href="#FailoverFeature-Failover">Failover</a></li><li><a shape="rect"
href="#FailoverFeature-LoadDistribution">Load Distribution</a></li><li><a
shape="rect" href="#FailoverFeature-ConfiguringJAX-RSclients">Configuring
JAX-RS clients</a></li></ul>
</div><h1 id="FailoverFeature-Failover">Failover</h1><p>The CXF Failover
feature allows to configure CXF frontend clients to retry a call when the
target endpoint becomes unavailable.<br clear="none"> A number of retry
strategies available: a client can iterate sequentially over the alternative
addresses or chose them randomly. <br clear="none"> Every strategy can be
configured to do a delay between selecting the addresses.</p><div class="code
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[<beans
xmlns="http://www.springframework.org/schema/beans"
Modified: websites/production/cxf/content/docs/generic-tracing-component.html
==============================================================================
--- websites/production/cxf/content/docs/generic-tracing-component.html
(original)
+++ websites/production/cxf/content/docs/generic-tracing-component.html Fri Dec
19 19:09:46 2014
@@ -129,31 +129,13 @@ The tracing should support a flow id tha
-<span class="gliffy-container" id="gliffy-container-25591961-7166"
data-fullwidth="1411" data-ceoid="25202745" data-filename="Tracing Component">
+<span class="gliffy-container" id="gliffy-container-25591961-2104"
data-fullwidth="1411" data-ceoid="25202745"
data-edit="${diagramEditLink.getLinkUrl()}"
data-full="/confluence/plugins/gliffy/viewer.action?inline=false&attachmentId=25591961&attachmentVersion=1&lastPage=%2Fpages%2Fviewpage.action%3FpageId%3D25202745"
data-filename="Tracing Component">
-
-<span class="gliffy-chrome-container">
+ <map id="gliffy-map-25591961-8628" name="gliffy-map-25591961-8628"></map>
- <span class="gliffy-chrome">
+ <img class="gliffy-image" id="gliffy-image-25591961-2104" width="1411"
height="510" data-full-width="1411" data-full-height="510"
src="https://cwiki.apache.org/confluence/download/attachments/25202745/Tracing%20Component.png?version=1&modificationDate=1298355725000&api=v2"
alt="Tracing Component" usemap="#gliffy-map-25591961-8628">
- <span class="gliffy-item gliffy-first">
- <img class="gliffy-logo"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/logo_16x16.png"
title="Gliffy" alt="Gliffy">
- Gliffy </span>
- <span class="gliffy-item gliffy-zoom gliffy-end-button
gliffy-start-button">
- <a shape="rect"
href="generic-tracing-component.data/Tracing%20Component.png?version=1&modificationDate=1298355725000&api=v2"
target="_self">
- <span>
- <img class="gliffy-icon-full"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/gliffy_macro_icon_zoom.png"
alt="Zoom" title="Zoom">
- Zoom </span>
- </a>
- </span>
- </span>
-</span>
-
- <map id="gliffy-map-25591961-691" name="gliffy-map-25591961-691"></map>
-
- <img class="gliffy-image" id="gliffy-image-25591961-7166" width="1411"
height="510" data-full-width="1411" data-full-height="510"
src="https://cwiki.apache.org/confluence/download/attachments/25202745/Tracing%20Component.png?version=1&modificationDate=1298355725000&api=v2"
usemap="#gliffy-map-25591961-691">
-
- <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591961-7166"
name="gliffy-dynamic-map-25591961-7166"></map>
+ <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591961-2104"
name="gliffy-dynamic-map-25591961-2104"></map>
</span>
@@ -164,31 +146,13 @@ The tracing should support a flow id tha
-<span class="gliffy-container" id="gliffy-container-25591966-1008"
data-fullwidth="565" data-ceoid="25202745" data-filename="Design Flow id">
+<span class="gliffy-container" id="gliffy-container-25591966-9704"
data-fullwidth="565" data-ceoid="25202745"
data-edit="${diagramEditLink.getLinkUrl()}"
data-full="/confluence/plugins/gliffy/viewer.action?inline=false&attachmentId=25591966&attachmentVersion=2&lastPage=%2Fpages%2Fviewpage.action%3FpageId%3D25202745"
data-filename="Design Flow id">
-
-<span class="gliffy-chrome-container">
-
- <span class="gliffy-chrome">
-
- <span class="gliffy-item gliffy-first">
- <img class="gliffy-logo"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/logo_16x16.png"
title="Gliffy" alt="Gliffy">
- Gliffy </span>
- <span class="gliffy-item gliffy-zoom gliffy-end-button
gliffy-start-button">
- <a shape="rect"
href="generic-tracing-component.data/Design%20Flow%20id.png?version=2&modificationDate=1298893753000&api=v2"
target="_self">
- <span>
- <img class="gliffy-icon-full"
src="https://cwiki.apache.org/confluence/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/icons/gliffy_macro_icon_zoom.png"
alt="Zoom" title="Zoom">
- Zoom </span>
- </a>
- </span>
- </span>
-</span>
-
- <map id="gliffy-map-25591966-5585" name="gliffy-map-25591966-5585"></map>
+ <map id="gliffy-map-25591966-4021" name="gliffy-map-25591966-4021"></map>
- <img class="gliffy-image" id="gliffy-image-25591966-1008" width="565"
height="276" data-full-width="565" data-full-height="276"
src="https://cwiki.apache.org/confluence/download/attachments/25202745/Design%20Flow%20id.png?version=2&modificationDate=1298893753000&api=v2"
usemap="#gliffy-map-25591966-5585">
+ <img class="gliffy-image" id="gliffy-image-25591966-9704" width="565"
height="276" data-full-width="565" data-full-height="276"
src="https://cwiki.apache.org/confluence/download/attachments/25202745/Design%20Flow%20id.png?version=2&modificationDate=1298893753000&api=v2"
alt="Design Flow id" usemap="#gliffy-map-25591966-4021">
- <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591966-1008"
name="gliffy-dynamic-map-25591966-1008"></map>
+ <map class="gliffy-dynamic" id="gliffy-dynamic-map-25591966-9704"
name="gliffy-dynamic-map-25591966-9704"></map>
</span>
</div>
Modified: websites/production/cxf/content/docs/how-do-i-develop-a-client.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-develop-a-client.html
(original)
+++ websites/production/cxf/content/docs/how-do-i-develop-a-client.html Fri Dec
19 19:09:46 2014
@@ -119,11 +119,11 @@ Apache CXF -- How do I develop a client?
<div id="ConfluenceContent"><p><br clear="none">
CXF provides you with many options to build clients for your services. This
guide is meant to give you a quick overview of those options and help you
orient yourself quickly with CXF.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468199130 {padding: 0px;}
-div.rbtoc1396468199130 ul {list-style: disc;margin-left: 0px;padding-left:
20px;}
-div.rbtoc1396468199130 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015788842 {padding: 0px;}
+div.rbtoc1419015788842 ul {list-style: disc;margin-left: 0px;padding-left:
20px;}
+div.rbtoc1419015788842 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1396468199130">
+/*]]>*/</style><div class="toc-macro rbtoc1419015788842">
<ul class="toc-indentation"><li><a shape="rect"
href="#HowdoIdevelopaclient?-BuildingClients">Building Clients</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#HowdoIdevelopaclient?-WSDL2JavageneratedClient">WSDL2Java generated
Client</a></li><li><a shape="rect"
href="#HowdoIdevelopaclient?-JAX-WSProxy">JAX-WS Proxy</a></li><li><a
shape="rect" href="#HowdoIdevelopaclient?-JAX-WSDispatchAPIs">JAX-WS Dispatch
APIs</a></li><li><a shape="rect"
href="#HowdoIdevelopaclient?-SimpleFrontendClientProxy">Simple Frontend Client
Proxy</a></li><li><a shape="rect"
href="#HowdoIdevelopaclient?-DynamicClient">Dynamic Client</a></li></ul>
</li></ul>
Modified: websites/production/cxf/content/docs/how-do-i-develop-a-service.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-develop-a-service.html
(original)
+++ websites/production/cxf/content/docs/how-do-i-develop-a-service.html Fri
Dec 19 19:09:46 2014
@@ -117,11 +117,11 @@ Apache CXF -- How do I develop a service
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><br clear="none"> CXF provides you with many
options to build services. This guide is meant to give you a quick overview of
those options and help you orient yourself quickly with CXF.</p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1396468215404 {padding: 0px;}
-div.rbtoc1396468215404 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468215404 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015907258 {padding: 0px;}
+div.rbtoc1419015907258 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015907258 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1396468215404">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015907258">
<ul class="toc-indentation"><li><a shape="rect"
href="#HowdoIdevelopaservice?-DifferentTypesOfServices">Different Types Of
Services</a></li><li><a shape="rect"
href="#HowdoIdevelopaservice?-JAX-WSAnnotatedServicesfromJava">JAX-WS Annotated
Services from Java</a></li><li><a shape="rect"
href="#HowdoIdevelopaservice?-JAX-WSAnnotatedServicesfromWSDL">JAX-WS Annotated
Services from WSDL</a></li><li><a shape="rect"
href="#HowdoIdevelopaservice?-JAX-WSProviders">JAX-WS Providers</a></li><li><a
shape="rect" href="#HowdoIdevelopaservice?-Javascript">Javascript</a></li></ul>
</div><h1 id="HowdoIdevelopaservice?-DifferentTypesOfServices">Different Types
Of Services</h1><p>CXF support three major types of services:</p><ul><li>SOAP -
this page summarizes the options for creating SOAP services.</li><li>REST-ful -
REST support is described <a shape="rect"
href="restful-services.html">here</a>.</li><li>CORBA</li></ul><h1
id="HowdoIdevelopaservice?-JAX-WSAnnotatedServicesfromJava">JAX-WS Annotated
Services from Java</h1><p>The JAX-WS APIs include a set of <a shape="rect"
class="external-link"
href="https://jax-ws.java.net/nonav/2.2.8/docs/ch03.html#users-guide-annotations"
rel="nofollow">annotations</a> which allow you to build services using
annotated classes. These services are based on a single class which contains a
set of operations.</p><p>Here's a simple example:</p><div class="code panel
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[@WebService
Modified: websites/production/cxf/content/docs/how-it-works.html
==============================================================================
--- websites/production/cxf/content/docs/how-it-works.html (original)
+++ websites/production/cxf/content/docs/how-it-works.html Fri Dec 19 19:09:46
2014
@@ -187,7 +187,7 @@ When the effective message policy is not
<p>You can see how it designed on the following figure:</p>
-<p><img class="confluence-embedded-image"
src="https://cwiki.apache.org/confluence/download/attachments/51375/cxf-ws-policies.jpg?version=2&modificationDate=1331119762000&api=v2"
data-image-src="/confluence/download/attachments/51375/cxf-ws-policies.jpg?version=2&modificationDate=1331119762000&api=v2"></p>
+<p><img class="confluence-embedded-image"
src="how-it-works.data/cxf-ws-policies.jpg"
data-image-src="/confluence/download/attachments/51375/cxf-ws-policies.jpg?version=2&modificationDate=1331119762000&api=v2"></p>
<p>Briefly, policy interceptors make following steps:</p>
<ol><li>Check message property
<em>PolicyConstants.POLICY_OVERRIDE</em>.</li><li>If
<em>PolicyConstants.POLICY_OVERRIDE</em> contains policy, it will be taken for
further processing.</li><li>If property is empty, policy will be asked from
ServiceModel. Here CXF loads policies attached to WSDL or provided via Spring
configuration.</li><li>If any policy on step 2 or step 3 is found,
<em>EffectivePolicy</em> will be created. Appropriate WS-policies will be
merged for the current message and built into Neethi <em>Policy</em>
object.</li><li>All interceptors registered for result policy assertions will
be added to message interceptor chain.</li></ol>
Modified: websites/production/cxf/content/docs/jax-rs-advanced-features.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-advanced-features.html
(original)
+++ websites/production/cxf/content/docs/jax-rs-advanced-features.html Fri Dec
19 19:09:46 2014
@@ -120,11 +120,11 @@ Apache CXF -- JAX-RS Advanced Features
<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 : Advanced
Features</span></p><p></p><p></p><p></p><p></p><p></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1408383987857 {padding: 0px;}
-div.rbtoc1408383987857 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383987857 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015862390 {padding: 0px;}
+div.rbtoc1419015862390 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015862390 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1408383987857">
+/*]]>*/</style><div class="toc-macro rbtoc1419015862390">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-JMSSupport">JMS Support</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-Endpoints">Endpoints</a></li><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-Client">Client</a></li></ul>
</li><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-AdvancedSearch">Advanced Search</a></li><li><a
shape="rect" href="#JAX-RSAdvancedFeatures-Onewayinvocations">Oneway
invocations</a></li><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-SupportforContinuations">Support for
Continuations</a></li><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-Server-sidecaching">Server-side
caching</a></li><li><a shape="rect"
href="#JAX-RSAdvancedFeatures-RESTfulserviceswithoutannotations">RESTful
services without annotations</a>
Modified: websites/production/cxf/content/docs/jax-rs-advanced-xml.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-advanced-xml.html (original)
+++ websites/production/cxf/content/docs/jax-rs-advanced-xml.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Advanced XML
<!-- 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 :
Advanced XML </span></p><p></p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988690 {padding: 0px;}
-div.rbtoc1408383988690 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988690 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015814280 {padding: 0px;}
+div.rbtoc1419015814280 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015814280 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383988690">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015814280">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSAdvancedXML-XPathsupport">XPath support</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSAdvancedXML-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSAdvancedXML-UsingXMLSourceandXPathProviderintheapplicationcode">Using
XMLSource and XPathProvider in the application code</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSAdvancedXML-XSLTsupport">XSLT
support</a></li><li><a shape="rect"
href="#JAX-RSAdvancedXML-XMLProcessingInstructions">XML Processing
Instructions</a></li><li><a shape="rect"
href="#JAX-RSAdvancedXML-XSLTTransform">XSLTTransform</a></li><li><a
shape="rect" href="#JAX-RSAdvancedXML-XSISchemaLocation">XSI Schema
Location</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-and-jax-ws.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-and-jax-ws.html (original)
+++ websites/production/cxf/content/docs/jax-rs-and-jax-ws.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS and JAX-WS
<!-- 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 and
JAX-WS </span></p><p> </p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988400 {padding: 0px;}
-div.rbtoc1408383988400 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988400 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015906401 {padding: 0px;}
+div.rbtoc1419015906401 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015906401 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383988400">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015906401">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSandJAX-WS-JAX-RSandJAX-WS">JAX-RS and JAX-WS</a></li><li><a
shape="rect" href="#JAX-RSandJAX-WS-Dealingwithcontexts">Dealing with
contexts</a></li><li><a shape="rect"
href="#JAX-RSandJAX-WS-SharingCXFDataBindings">Sharing CXF
DataBindings</a></li><li><a shape="rect"
href="#JAX-RSandJAX-WS-SharingJAX-RSProviders">Sharing JAX-RS
Providers</a></li><li><a shape="rect"
href="#JAX-RSandJAX-WS-Applyingexternalusermodels">Applying external user
models</a></li></ul>
</div><h1 id="JAX-RSandJAX-WS-JAX-RSandJAX-WS">JAX-RS and JAX-WS</h1><p>Here's
a beans.xml showing how to have a single service class supporting both SOAP and
REST-based invocations at the same time with the help of JAX-WS and JAX-RS
:</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[<?xml version="1.0"
encoding="UTF-8"?>
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 19 19:09:46
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Basics
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><span class="inline-first-p"
style="font-size:2em;font-weight:bold"> JAX-RS : Understanding the Basics
</span></p><p></p><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988282 {padding: 0px;}
-div.rbtoc1408383988282 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988282 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015821180 {padding: 0px;}
+div.rbtoc1419015821180 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015821180 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383988282">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015821180">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSBasics-WhatisNewinJAX-RS2.0">What is New in JAX-RS 2.0</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSBasics-Filters">Filters</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSBasics-Server">Server</a></li><li><a shape="rect"
href="#JAX-RSBasics-Client">Client</a></li></ul>
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 Dec 19
19:09:46 2014
@@ -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.rbtoc1415627213145 {padding: 0px;}
-div.rbtoc1415627213145 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1415627213145 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015832037 {padding: 0px;}
+div.rbtoc1419015832037 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015832037 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1415627213145">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015832037">
<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>
Modified: websites/production/cxf/content/docs/jax-rs-cors.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-cors.html (original)
+++ websites/production/cxf/content/docs/jax-rs-cors.html Fri Dec 19 19:09:46
2014
@@ -121,11 +121,11 @@ Apache CXF -- JAX-RS CORS
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410745583760 {padding: 0px;}
-div.rbtoc1410745583760 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410745583760 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015824193 {padding: 0px;}
+div.rbtoc1419015824193 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015824193 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410745583760">
+/*]]>*/</style><div class="toc-macro rbtoc1419015824193">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSCORS-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSCORS-Mavendependencies">Maven dependencies</a></li><li><a
shape="rect" href="#JAX-RSCORS-Examples">Examples</a></li></ul>
</div>
Modified: websites/production/cxf/content/docs/jax-rs-data-bindings.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-data-bindings.html (original)
+++ websites/production/cxf/content/docs/jax-rs-data-bindings.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Data Bindings
<!-- Content -->
<div class="wiki-content">
<div
id="ConfluenceContent"><p> </p><p> </p><p> </p><p> <span
class="inline-first-p" style="font-size:2em;font-weight:bold">JAX-RS : Data
Bindings</span> </p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1413819985672 {padding: 0px;}
-div.rbtoc1413819985672 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413819985672 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015817280 {padding: 0px;}
+div.rbtoc1419015817280 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015817280 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1413819985672">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015817280">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSDataBindings-JAXBsupport">JAXB support</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSDataBindings-ConfiguringJAXBprovider">Configuring JAXB
provider</a></li><li><a shape="rect"
href="#JAX-RSDataBindings-JAXBandMoxy">JAXB and Moxy</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSDataBindings-JSONsupport">JSON
support</a>
Modified: websites/production/cxf/content/docs/jax-rs-deployment.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-deployment.html (original)
+++ websites/production/cxf/content/docs/jax-rs-deployment.html Fri Dec 19
19:09:46 2014
@@ -119,11 +119,11 @@ Apache CXF -- JAX-RS Deployment
<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 :
Deployment </span></p><p></p><p></p><p></p><p></p><p></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410745583688 {padding: 0px;}
-div.rbtoc1410745583688 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410745583688 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015906055 {padding: 0px;}
+div.rbtoc1419015906055 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015906055 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410745583688">
+/*]]>*/</style><div class="toc-macro rbtoc1419015906055">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSDeployment-ServletContainers">Servlet Containers</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSDeployment-Tomcat">Tomcat</a></li></ul>
</li><li><a shape="rect"
href="#JAX-RSDeployment-ApplicationServers">Application Servers</a>
Modified: websites/production/cxf/content/docs/jax-rs-failover.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-failover.html (original)
+++ websites/production/cxf/content/docs/jax-rs-failover.html Fri Dec 19
19:09:46 2014
@@ -120,11 +120,11 @@ Apache CXF -- JAX-RS Failover
<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: Failover
</span></p><p></p><p></p><p></p><p></p><p></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410745583626 {padding: 0px;}
-div.rbtoc1410745583626 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410745583626 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015844312 {padding: 0px;}
+div.rbtoc1419015844312 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015844312 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410745583626">
+/*]]>*/</style><div class="toc-macro rbtoc1419015844312">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSFailover-Failover">Failover</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSFailover-Spring">Spring</a></li><li><a shape="rect"
href="#JAX-RSFailover-Code">Code</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSFailover-LoadDistribution">Load
Distribution</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-filters.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-filters.html (original)
+++ websites/production/cxf/content/docs/jax-rs-filters.html Fri Dec 19
19:09:46 2014
@@ -120,11 +120,11 @@ Apache CXF -- JAX-RS Filters
<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 Filters
</span></p><p></p><p></p><p></p><p></p><p></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988104 {padding: 0px;}
-div.rbtoc1408383988104 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988104 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015841350 {padding: 0px;}
+div.rbtoc1419015841350 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015841350 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1408383988104">
+/*]]>*/</style><div class="toc-macro rbtoc1419015841350">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSFilters-Filters">Filters</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSFilters-DifferencebetweenJAXRSfiltersandCXFinterceptors">Difference
between JAXRS filters and CXF interceptors</a></li></ul>
</li><li><a shape="rect"
href="#JAX-RSFilters-Overridingrequestandresponseproperties">Overriding request
and response properties</a>
Modified: websites/production/cxf/content/docs/jax-rs-maven-plugins.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-maven-plugins.html (original)
+++ websites/production/cxf/content/docs/jax-rs-maven-plugins.html Fri Dec 19
19:09:46 2014
@@ -120,11 +120,11 @@ Apache CXF -- JAX-RS Maven Plugins
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1410745583901 {padding: 0px;}
-div.rbtoc1410745583901 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1410745583901 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015787026 {padding: 0px;}
+div.rbtoc1419015787026 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015787026 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1410745583901">
+/*]]>*/</style><div class="toc-macro rbtoc1419015787026">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSMavenPlugins-Introduction">Introduction</a></li><li><a
shape="rect" href="#JAX-RSMavenPlugins-Archetypes">Archetypes</a></li></ul>
</div>
Modified: websites/production/cxf/content/docs/jax-rs-multiparts.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-multiparts.html (original)
+++ websites/production/cxf/content/docs/jax-rs-multiparts.html Fri Dec 19
19:09:46 2014
@@ -120,11 +120,11 @@ Apache CXF -- JAX-RS Multiparts
<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 : Support
for Multiparts </span></p><p></p><p></p><p></p><p></p><p></p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988487 {padding: 0px;}
-div.rbtoc1408383988487 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988487 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015802186 {padding: 0px;}
+div.rbtoc1419015802186 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015802186 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1408383988487">
+/*]]>*/</style><div class="toc-macro rbtoc1419015802186">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSMultiparts-Readingattachments">Reading attachments</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSMultiparts-MultipartannotationandOptionalattachments">Multipart
annotation and Optional attachments</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSMultiparts-Writingattachments">Writing
attachments</a></li><li><a shape="rect"
href="#JAX-RSMultiparts-Uploadingfiles">Uploading files</a></li><li><a
shape="rect" href="#JAX-RSMultiparts-Readinglargeattachments">Reading large
attachments</a>
Modified: websites/production/cxf/content/docs/jax-rs-oauth.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-oauth.html (original)
+++ websites/production/cxf/content/docs/jax-rs-oauth.html Fri Dec 19 19:09:46
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS OAuth
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><span class="inline-first-p"
style="font-size:2em;font-weight:bold"> JAX-RS: OAuth
</span></p><p></p><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1408383989145 {padding: 0px;}
-div.rbtoc1408383989145 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383989145 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015803147 {padding: 0px;}
+div.rbtoc1419015803147 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015803147 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383989145">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015803147">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSOAuth-Mavendependencies">Maven dependencies</a></li><li><a
shape="rect" href="#JAX-RSOAuth-DevelopingOAuth1.0Servers">Developing OAuth 1.0
Servers</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth-RequestTokenService">RequestTokenService</a></li><li><a
shape="rect"
href="#JAX-RSOAuth-AuthorizationRequestService">AuthorizationRequestService</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth-OOBcallbacks">OOB callbacks</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-oauth2.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-oauth2.html (original)
+++ websites/production/cxf/content/docs/jax-rs-oauth2.html Fri Dec 19 19:09:46
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS OAuth2
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1 id="JAX-RSOAuth2-JAX-RS:OAuth2">JAX-RS:
OAuth2</h1><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1415897192618 {padding: 0px;}
-div.rbtoc1415897192618 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1415897192618 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015875847 {padding: 0px;}
+div.rbtoc1419015875847 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015875847 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1415897192618">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015875847">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth2-JAX-RS:OAuth2">JAX-RS: OAuth2</a></li><li><a shape="rect"
href="#JAX-RSOAuth2-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSOAuth2-Mavendependencies">Maven dependencies</a></li><li><a
shape="rect" href="#JAX-RSOAuth2-ClientRegistration">Client
Registration</a></li><li><a shape="rect"
href="#JAX-RSOAuth2-DevelopingOAuth2Servers">Developing OAuth2 Servers</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth2-AuthorizationService">Authorization Service</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSOAuth2-HowtocreateAuthorizationView">How to create Authorization
View</a></li><li><a shape="rect"
href="#JAX-RSOAuth2-EndUserNameinAuthorizationForm">EndUser Name in
Authorization Form</a></li><li><a shape="rect"
href="#JAX-RSOAuth2-PublicClients(Devices)">Public Clients (Devices)</a>
Modified: websites/production/cxf/content/docs/jax-rs-redirection.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-redirection.html (original)
+++ websites/production/cxf/content/docs/jax-rs-redirection.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Redirection
<!-- 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 :
Redirection</span> </p><p> </p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1418406403497 {padding: 0px;}
-div.rbtoc1418406403497 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1418406403497 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015887151 {padding: 0px;}
+div.rbtoc1419015887151 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015887151 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1418406403497">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015887151">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSRedirection-WithRequestDispatcherProvider">With
RequestDispatcherProvider</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSRedirection-Loggingredirects">Logging redirects</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSRedirection-WithCXFServlet">With
CXFServlet</a></li><li><a shape="rect"
href="#JAX-RSRedirection-CustomRedirection">Custom Redirection</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-saml.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-saml.html (original)
+++ websites/production/cxf/content/docs/jax-rs-saml.html Fri Dec 19 19:09:46
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS SAML
<!-- 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: SAML
</span></p><p></p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383989340 {padding: 0px;}
-div.rbtoc1408383989340 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383989340 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015866024 {padding: 0px;}
+div.rbtoc1419015866024 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015866024 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383989340">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015866024">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSAML-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSSAML-Mavendependencies">Maven dependencies</a></li><li><a
shape="rect" href="#JAX-RSSAML-EnvelopedSAMLassertions">Enveloped SAML
assertions</a></li><li><a shape="rect"
href="#JAX-RSSAML-SAMLassertionsinAuthorizationheader">SAML assertions in
Authorization header</a></li><li><a shape="rect"
href="#JAX-RSSAML-SAMLassertionsasFormvalues">SAML assertions as Form
values</a></li><li><a shape="rect"
href="#JAX-RSSAML-CreatingSAMLAssertions">Creating SAML
Assertions</a></li><li><a shape="rect"
href="#JAX-RSSAML-SAMLAssertionValidation">SAML Assertion
Validation</a></li><li><a shape="rect"
href="#JAX-RSSAML-SAMLAuthorization">SAML Authorization</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSAML-ClaimsBasedAccessControl">Claims Based Access
Control</a></li><li><a shape="rect"
href="#JAX-RSSAML-RoleBasedAccessControl">Role Based Access
Control</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSSAML-SAMLWebSSOProfile">SAML Web SSO
Profile</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-search.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-search.html (original)
+++ websites/production/cxf/content/docs/jax-rs-search.html Fri Dec 19 19:09:46
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Search
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1 id="JAX-RSSearch-JAX-RSSearch">JAX-RS
Search</h1><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1418064441983 {padding: 0px;}
-div.rbtoc1418064441983 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1418064441983 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015870456 {padding: 0px;}
+div.rbtoc1419015870456 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015870456 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1418064441983">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015870456">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-JAX-RSSearch">JAX-RS Search</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-AdvancedSearchQueries">Advanced Search
Queries</a></li><li><a shape="rect"
href="#JAX-RSSearch-SupportedQueryLanguages">Supported Query Languages</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-FeedItemQueryLanguage">Feed Item Query
Language</a></li><li><a shape="rect" href="#JAX-RSSearch-OpenDataProtocol">Open
Data Protocol</a></li></ul>
Modified: websites/production/cxf/content/docs/jax-rs-validation.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-validation.html (original)
+++ websites/production/cxf/content/docs/jax-rs-validation.html Fri Dec 19
19:09:46 2014
@@ -108,11 +108,11 @@ Apache CXF -- JAX-RS Validation
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1
id="JAX-RSValidation-JAX-RSBeanValidation">JAX-RS Bean
Validation</h1><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1396468210772 {padding: 0px;}
-div.rbtoc1396468210772 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1396468210772 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015883280 {padding: 0px;}
+div.rbtoc1419015883280 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015883280 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1396468210772">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015883280">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSValidation-JAX-RSBeanValidation">JAX-RS Bean
Validation</a></li></ul>
</div></div>
</div>
Modified: websites/production/cxf/content/docs/jax-rs-xml-security.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-xml-security.html (original)
+++ websites/production/cxf/content/docs/jax-rs-xml-security.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS XML Security
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p></p><p></p><p><span class="inline-first-p"
style="font-size:2em;font-weight:bold"> JAX-RS: XML Security
</span></p><p></p><p></p><p></p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383988907 {padding: 0px;}
-div.rbtoc1408383988907 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383988907 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015873155 {padding: 0px;}
+div.rbtoc1419015873155 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015873155 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383988907">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015873155">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSXMLSecurity-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RSXMLSecurity-Mavendependencies">Maven dependencies</a></li><li><a
shape="rect" href="#JAX-RSXMLSecurity-XMLSignature">XML Signature</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSXMLSecurity-Envelopedsignatures">Enveloped
signatures</a></li><li><a shape="rect"
href="#JAX-RSXMLSecurity-Envelopingsignatures">Enveloping
signatures</a></li><li><a shape="rect"
href="#JAX-RSXMLSecurity-Detachedsignatures">Detached signatures</a></li><li><a
shape="rect" href="#JAX-RSXMLSecurity-Customizingthesignature">Customizing the
signature</a></li><li><a shape="rect"
href="#JAX-RSXMLSecurity-SignatureKeyInfoValidation">Signature Key Info
Validation</a></li></ul>
</li><li><a shape="rect" href="#JAX-RSXMLSecurity-XMLEncryption">XML
Encryption</a>
Modified: websites/production/cxf/content/docs/jax-rs.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs.html (original)
+++ websites/production/cxf/content/docs/jax-rs.html Fri Dec 19 19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p> </p><p> <span class="inline-first-p"
style="font-size:2em;font-weight:bold">JAX-RS
(JSR-339)</span> </p><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1409050010625 {padding: 0px;}
-div.rbtoc1409050010625 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1409050010625 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015878673 {padding: 0px;}
+div.rbtoc1419015878673 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015878673 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1409050010625">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015878673">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RS-Introduction">Introduction</a></li><li><a shape="rect"
href="#JAX-RS-JAX-RSCompliance">JAX-RS Compliance</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RS-1.1">1.1</a></li><li><a shape="rect" href="#JAX-RS-2.0Final">2.0
Final</a></li></ul>
</li><li><a shape="rect" href="#JAX-RS-Projectsetupandconfiguration">Project
setup and configuration</a>
Modified: websites/production/cxf/content/docs/jaxrs-kerberos.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-kerberos.html (original)
+++ websites/production/cxf/content/docs/jaxrs-kerberos.html Fri Dec 19
19:09:46 2014
@@ -118,11 +118,11 @@ Apache CXF -- JAXRS Kerberos
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p> </p><p> </p><p><span
class="inline-first-p" style="font-size:2em;font-weight:bold"> JAX-RS Kerberos
Support </span></p><p> </p><p> </p><p> </p><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1408383989652 {padding: 0px;}
-div.rbtoc1408383989652 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1408383989652 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1419015869162 {padding: 0px;}
+div.rbtoc1419015869162 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1419015869162 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1408383989652">
+/*]]>*/</style></p><div class="toc-macro rbtoc1419015869162">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAXRSKerberos-Introduction">Introduction</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAXRSKerberos-Setup">Setup</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAXRSKerberos-Unix">Unix</a></li><li><a shape="rect"
href="#JAXRSKerberos-Windows">Windows</a></li></ul>