Author: buildbot
Date: Mon Jan 7 11:48:12 2013
New Revision: 845314
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
websites/production/cxf/content/docs/server-http-transport.html
websites/production/cxf/content/docs/soap-over-jms-10-support.html
websites/production/cxf/content/docs/using-the-jmsconfigfeature.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
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
Mon Jan 7 11:48:12 2013
@@ -307,37 +307,37 @@ http.setClient(httpClientPolicy);
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
- <span class="code-tag"><http:conduit name=<span
class="code-quote">"{http://apache.org/hello_world}HelloWorld.http-conduit"</span>></span>
+ <span class="code-tag"><http:conduit name=<span
class="code-quote">"{http://apache.org/hello_world}HelloWorld.http-conduit"</span>></span>
- <span class="code-tag"><http:tlsClientParameters></span>
- <span class="code-tag"><sec:keyManagers keyPassword=<span
class="code-quote">"password"</span>></span>
- <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
- file=<span
class="code-quote">"my/file/dir/Morpit.jks"</span>/>
- <span class="code-tag"></sec:keyManagers></span>
- <span class="code-tag"><sec:trustManagers></span>
- <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
- file=<span
class="code-quote">"my/file/dir/Truststore.jks"</span>/>
- <span class="code-tag"></sec:trustManagers></span>
- <span class="code-tag"><sec:cipherSuitesFilter></span>
- <!-- these filters ensure that a ciphersuite with
- export-suitable or null encryption is used,
- but exclude anonymous Diffie-Hellman key change as
- this is vulnerable to man-in-the-middle attacks -->
- <span
class="code-tag"><sec:include></span>.*_EXPORT_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_EXPORT1024_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_DES_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_AES_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:include></span>.*_WITH_NULL_.*<span
class="code-tag"></sec:include></span>
- <span
class="code-tag"><sec:exclude></span>.*_DH_anon_.*<span
class="code-tag"></sec:exclude></span>
- <span class="code-tag"></sec:cipherSuitesFilter></span>
- <span class="code-tag"></http:tlsClientParameters></span>
- <span class="code-tag"><http:authorization></span>
- <span class="code-tag"><sec:UserName></span>Betty<span
class="code-tag"></sec:UserName></span>
- <span class="code-tag"><sec:Password></span>password<span
class="code-tag"></sec:Password></span>
- <span class="code-tag"></http:authorization></span>
- <span class="code-tag"><http:client AutoRedirect=<span
class="code-quote">"true"</span> Connection=<span
class="code-quote">"Keep-Alive"</span>/></span>
+ <span class="code-tag"><http:tlsClientParameters></span>
+ <span class="code-tag"><sec:keyManagers keyPassword=<span
class="code-quote">"password"</span>></span>
+ <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
+ file=<span
class="code-quote">"my/file/dir/Morpit.jks"</span>/>
+ <span class="code-tag"></sec:keyManagers></span>
+ <span class="code-tag"><sec:trustManagers></span>
+ <sec:keyStore type=<span class="code-quote">"JKS"</span>
password=<span class="code-quote">"password"</span>
+ file=<span
class="code-quote">"my/file/dir/Truststore.jks"</span>/>
+ <span class="code-tag"></sec:trustManagers></span>
+ <span class="code-tag"><sec:cipherSuitesFilter></span>
+ <!-- these filters ensure that a ciphersuite with
+ export-suitable or null encryption is used,
+ but exclude anonymous Diffie-Hellman key change as
+ this is vulnerable to man-in-the-middle attacks -->
+ <span class="code-tag"><sec:include></span>.*_EXPORT_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_EXPORT1024_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_WITH_DES_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_WITH_AES_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:include></span>.*_WITH_NULL_.*<span
class="code-tag"></sec:include></span>
+ <span class="code-tag"><sec:exclude></span>.*_DH_anon_.*<span
class="code-tag"></sec:exclude></span>
+ <span class="code-tag"></sec:cipherSuitesFilter></span>
+ <span class="code-tag"></http:tlsClientParameters></span>
+ <span class="code-tag"><http:authorization></span>
+ <span class="code-tag"><sec:UserName></span>Betty<span
class="code-tag"></sec:UserName></span>
+ <span class="code-tag"><sec:Password></span>password<span
class="code-tag"></sec:Password></span>
+ <span class="code-tag"></http:authorization></span>
+ <span class="code-tag"><http:client AutoRedirect=<span
class="code-quote">"true"</span> Connection=<span
class="code-quote">"Keep-Alive"</span>/></span>
- <span class="code-tag"></http:conduit></span>
+ <span class="code-tag"></http:conduit></span>
<span class="code-tag"></beans></span>
</pre>
@@ -381,7 +381,7 @@ http.setClient(httpClientPolicy);
xsi:schemaLocation="...
http://cxf.apache.org/transports/http/configuration
http://cxf.apache.org/schemas/configuration/http-conf.xsd
- ...>
+ ...">
</pre>
</div></div>
@@ -514,7 +514,7 @@ Language tags are regulated by the Inter
<h3><a shape="rect"
name="ClientHTTPTransport%28includingSSLsupport%29-Example"></a>Example</h3>
-<p>The example below shows a WSDL fragment that configures an HTTP clientto
specify that it will not interact with caches.</p>
+<p>The example below shows a WSDL fragment that configures an HTTP client to
specify that it will not interact with caches.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeHeader
panelHeader" style="border-bottom-width: 1px;"><b>WSDL to Configure an HTTP
Consumer Endpoint</b></div><div class="codeContent panelContent">
<pre class="code-xml">
<span class="code-tag"><service ...></span>
Modified: websites/production/cxf/content/docs/server-http-transport.html
==============================================================================
--- websites/production/cxf/content/docs/server-http-transport.html (original)
+++ websites/production/cxf/content/docs/server-http-transport.html Mon Jan 7
11:48:12 2013
@@ -155,7 +155,7 @@ Apache CXF -- Server HTTP Transport
<pre class="code-java">
...
- <http-conf:destination name="{http:<span
class="code-comment">//widgets/widgetvendor.net}widgetSOAPPort.http-destination>
+ <http-conf:destination name=<span class="code-quote">"{http:<span
class="code-comment">//widgets/widgetvendor.net}widgetSOAPPort.http-destination"</span>>
</span> ...
</http-conf:destination>
...
Modified: websites/production/cxf/content/docs/soap-over-jms-10-support.html
==============================================================================
--- websites/production/cxf/content/docs/soap-over-jms-10-support.html
(original)
+++ websites/production/cxf/content/docs/soap-over-jms-10-support.html Mon Jan
7 11:48:12 2013
@@ -174,15 +174,15 @@ PERSISTENT messages will be saved to dis
<pre class="code-xml">
<span class="code-tag"><wsdl11:binding name=<span
class="code-quote">"exampleBinding"</span>></span>
<span class="code-tag"><soapjms:jndiContextParameter name=<span
class="code-quote">"name"</span> value=<span class="code-quote">"value"</span>
/></span>
-<span
class="code-tag"><soapjms:jndiConnectionFactoryName></span>ConnectionFactory
-<span class="code-tag"></soapjms:jndiConnectionFactoryName></span>
-<span class="code-tag"><soapjms:jndiInitialContextFactory></span>
-org.apache.activemq.jndi.ActiveMQInitialContextFactory
-<span class="code-tag"></soapjms:jndiInitialContextFactory></span>
-<span class="code-tag"><soapjms:jndiURL></span>tcp://localhost:61616
-<span class="code-tag"></soapjms:jndiURL></span>
-<span class="code-tag"><soapjms:deliveryMode></span>PERSISTENT<span
class="code-tag"></soapjms:deliveryMode></span>
-<span class="code-tag"><soapjms:priority></span>5<span
class="code-tag"></soapjms:priority></span>
+ <span
class="code-tag"><soapjms:jndiConnectionFactoryName></span>ConnectionFactory
+ <span class="code-tag"></soapjms:jndiConnectionFactoryName></span>
+ <span class="code-tag"><soapjms:jndiInitialContextFactory></span>
+ org.apache.activemq.jndi.ActiveMQInitialContextFactory
+ <span class="code-tag"></soapjms:jndiInitialContextFactory></span>
+ <span class="code-tag"><soapjms:jndiURL></span>tcp://localhost:61616
+ <span class="code-tag"></soapjms:jndiURL></span>
+ <span class="code-tag"><soapjms:deliveryMode></span>PERSISTENT<span
class="code-tag"></soapjms:deliveryMode></span>
+ <span class="code-tag"><soapjms:priority></span>5<span
class="code-tag"></soapjms:priority></span>
<span class="code-tag"><soapjms:timeToLive></span>200<span
class="code-tag"></soapjms:timeToLive></span>
<span class="code-tag"></wsdl11:binding></span>
@@ -298,7 +298,7 @@ org.apache.activemq.jndi.ActiveMQInitial
<p>Sample code to consume a SOAP-over-JMS service is as follows:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
- <span class="code-keyword">public</span> void invoke() <span
class="code-keyword">throws</span> Exception {
+ <span class="code-keyword">public</span> void invoke() <span
class="code-keyword">throws</span> Exception {
<span class="code-comment">// You just need to set the address with
JMS URI
</span> <span class="code-object">String</span> address = <span
class="code-quote">"jms:jndi:dynamicQueues/test.cxf.jmstransport.queue3"</span>
+ <span class="code-quote">"?jndiInitialContextFactory"</span>
Modified: websites/production/cxf/content/docs/using-the-jmsconfigfeature.html
==============================================================================
--- websites/production/cxf/content/docs/using-the-jmsconfigfeature.html
(original)
+++ websites/production/cxf/content/docs/using-the-jmsconfigfeature.html Mon
Jan 7 11:48:12 2013
@@ -128,7 +128,7 @@ Apache CXF -- Using the JMSConfigFeature
<p>Inside a features element the JMSConfigFeature can be defined.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
- <jaxws:client id=<span class="code-quote">"CustomerService"</span>
+<jaxws:client id=<span class="code-quote">"CustomerService"</span>
xmlns:customer=<span class="code-quote">"http:<span
class="code-comment">//customerservice.example.com/"</span>
</span> serviceName=<span
class="code-quote">"customer:CustomerServiceService"</span>
endpointName=<span
class="code-quote">"customer:CustomerServiceEndpoint"</span> address=<span
class="code-quote">"jms:<span class="code-comment">//"</span>
@@ -165,7 +165,7 @@ Apache CXF -- Using the JMSConfigFeature
<p>The JMSConfiguration bean needs at least a reference to a conncection
factory and a target destination.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
- <bean id=<span class="code-quote">"jmsConfig"</span> class=<span
class="code-quote">"org.apache.cxf.transport.jms.JMSConfiguration"</span>
+<bean id=<span class="code-quote">"jmsConfig"</span> class=<span
class="code-quote">"org.apache.cxf.transport.jms.JMSConfiguration"</span>
p:connectionFactory-ref=<span
class="code-quote">"jmsConnectionFactory"</span>
p:targetDestination=<span
class="code-quote">"test.cxf.jmstransport.queue"</span>
/>
@@ -174,7 +174,7 @@ Apache CXF -- Using the JMSConfigFeature
<p>If your ConnectionFactory does not cache connections you should wrap it in
a spring SingleConnectionFactory. This is necessary because the JMS Transport
creates a new connection for each message and the SingleConnectionFactory is
needed to cache this connection.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
- <bean id=<span class="code-quote">"jmsConnectionFactory"</span>
class=<span
class="code-quote">"org.springframework.jms.connection.SingleConnectionFactory"</span>>
+<bean id=<span class="code-quote">"jmsConnectionFactory"</span> class=<span
class="code-quote">"org.springframework.jms.connection.SingleConnectionFactory"</span>>
<property name=<span
class="code-quote">"targetConnectionFactory"</span>>
<bean class=<span
class="code-quote">"org.apache.activemq.ActiveMQConnectionFactory"</span>>
<property name=<span
class="code-quote">"brokerURL"</span> value=<span class="code-quote">"tcp:<span
class="code-comment">//localhost:61616"</span> />
@@ -186,14 +186,11 @@ Apache CXF -- Using the JMSConfigFeature
<h2><a shape="rect"
name="UsingtheJMSConfigFeature-UsingJMSConfigurationfromJava"></a>Using
JMSConfiguration from Java</h2>
-<p>To do this from Java, you need to initialize a JMSConfiguration object,
then store a reference to it in <br clear="none">
-a JMSConfigFeature, and then add that to the features in the server factory.
The code that follows<br clear="none">
-is fragmentary. Note that you can't use query parameters in the endpoint URI
that you set in the <br clear="none">
-server factory, all the configuration has to be in the JMSConfiguration
object.</p>
+<p>To do this from Java, you need to initialize a JMSConfiguration object,
then store a reference to it in a JMSConfigFeature, and then add that to the
features in the server factory. The code that follows is fragmentary. Note that
you can't use query parameters in the endpoint URI that you set in the server
factory, all the configuration has to be in the JMSConfiguration object.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
- <span class="code-keyword">public</span> <span
class="code-keyword">static</span> JMSConfiguration newJMSConfiguration(<span
class="code-object">String</span> taskId, <span
class="code-object">String</span> jmsBrokerUrl) {
+<span class="code-keyword">public</span> <span
class="code-keyword">static</span> JMSConfiguration newJMSConfiguration(<span
class="code-object">String</span> taskId, <span
class="code-object">String</span> jmsBrokerUrl) {
<span class="code-object">String</span> destinationUri = <span
class="code-quote">"jms:queue:"</span> + taskId;
JMSConfiguration conf = <span class="code-keyword">new</span>
JMSConfiguration();
conf.setRequestURI(destinationUri);
@@ -210,8 +207,8 @@ server factory, all the configuration ha
conf.setJndiConfig(jndiConfig);
conf.setTimeToLive(0);
<span class="code-keyword">return</span> conf;
- }
- {
+}
+{
JMSConfigFeature jmsConfigFeature = <span
class="code-keyword">new</span> JMSConfigFeature();
JMSConfiguration jmsConfig = JmsUtils.newJMSConfiguration(taskId,
jmsBrokerUrl);
jmsConfig.setConcurrentConsumers(maxServiceThreads);
@@ -221,7 +218,7 @@ server factory, all the configuration ha
svrFactory.getFeatures().add(jmsConfigFeature);
server = svrFactory.create();
- }
+}
</pre>
</div></div>