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">&lt;http:conduit name=<span 
class="code-quote">"{http://apache.org/hello_world}HelloWorld.http-conduit";</span>&gt;</span>
+  <span class="code-tag">&lt;http:conduit name=<span 
class="code-quote">"{http://apache.org/hello_world}HelloWorld.http-conduit";</span>&gt;</span>
 
-          <span class="code-tag">&lt;http:tlsClientParameters&gt;</span>
-             <span class="code-tag">&lt;sec:keyManagers keyPassword=<span 
class="code-quote">"password"</span>&gt;</span>
-                  &lt;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>/&gt;
-             <span class="code-tag">&lt;/sec:keyManagers&gt;</span>
-             <span class="code-tag">&lt;sec:trustManagers&gt;</span>
-                 &lt;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>/&gt;
-             <span class="code-tag">&lt;/sec:trustManagers&gt;</span>
-             <span class="code-tag">&lt;sec:cipherSuitesFilter&gt;</span>
-               &lt;!-- 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 --&gt;
-               <span 
class="code-tag">&lt;sec:include&gt;</span>.*_EXPORT_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
-               <span 
class="code-tag">&lt;sec:include&gt;</span>.*_EXPORT1024_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
-               <span 
class="code-tag">&lt;sec:include&gt;</span>.*_WITH_DES_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
-                <span 
class="code-tag">&lt;sec:include&gt;</span>.*_WITH_AES_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
-               <span 
class="code-tag">&lt;sec:include&gt;</span>.*_WITH_NULL_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
-               <span 
class="code-tag">&lt;sec:exclude&gt;</span>.*_DH_anon_.*<span 
class="code-tag">&lt;/sec:exclude&gt;</span>
-             <span class="code-tag">&lt;/sec:cipherSuitesFilter&gt;</span>
-         <span class="code-tag">&lt;/http:tlsClientParameters&gt;</span>
-         <span class="code-tag">&lt;http:authorization&gt;</span>
-            <span class="code-tag">&lt;sec:UserName&gt;</span>Betty<span 
class="code-tag">&lt;/sec:UserName&gt;</span>
-            <span class="code-tag">&lt;sec:Password&gt;</span>password<span 
class="code-tag">&lt;/sec:Password&gt;</span>
-         <span class="code-tag">&lt;/http:authorization&gt;</span>
-      <span class="code-tag">&lt;http:client AutoRedirect=<span 
class="code-quote">"true"</span> Connection=<span 
class="code-quote">"Keep-Alive"</span>/&gt;</span>
+    <span class="code-tag">&lt;http:tlsClientParameters&gt;</span>
+      <span class="code-tag">&lt;sec:keyManagers keyPassword=<span 
class="code-quote">"password"</span>&gt;</span>
+        &lt;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>/&gt;
+      <span class="code-tag">&lt;/sec:keyManagers&gt;</span>
+      <span class="code-tag">&lt;sec:trustManagers&gt;</span>
+        &lt;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>/&gt;
+      <span class="code-tag">&lt;/sec:trustManagers&gt;</span>
+      <span class="code-tag">&lt;sec:cipherSuitesFilter&gt;</span>
+        &lt;!-- 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 --&gt;
+        <span class="code-tag">&lt;sec:include&gt;</span>.*_EXPORT_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
+        <span class="code-tag">&lt;sec:include&gt;</span>.*_EXPORT1024_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
+        <span class="code-tag">&lt;sec:include&gt;</span>.*_WITH_DES_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
+        <span class="code-tag">&lt;sec:include&gt;</span>.*_WITH_AES_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
+        <span class="code-tag">&lt;sec:include&gt;</span>.*_WITH_NULL_.*<span 
class="code-tag">&lt;/sec:include&gt;</span>
+        <span class="code-tag">&lt;sec:exclude&gt;</span>.*_DH_anon_.*<span 
class="code-tag">&lt;/sec:exclude&gt;</span>
+      <span class="code-tag">&lt;/sec:cipherSuitesFilter&gt;</span>
+    <span class="code-tag">&lt;/http:tlsClientParameters&gt;</span>
+    <span class="code-tag">&lt;http:authorization&gt;</span>
+      <span class="code-tag">&lt;sec:UserName&gt;</span>Betty<span 
class="code-tag">&lt;/sec:UserName&gt;</span>
+      <span class="code-tag">&lt;sec:Password&gt;</span>password<span 
class="code-tag">&lt;/sec:Password&gt;</span>
+    <span class="code-tag">&lt;/http:authorization&gt;</span>
+    <span class="code-tag">&lt;http:client AutoRedirect=<span 
class="code-quote">"true"</span> Connection=<span 
class="code-quote">"Keep-Alive"</span>/&gt;</span>
 
-   <span class="code-tag">&lt;/http:conduit&gt;</span>
+  <span class="code-tag">&lt;/http:conduit&gt;</span>
 
 <span class="code-tag">&lt;/beans&gt;</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
-    ...&gt;
+       ..."&gt;
 </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">&lt;service ...&gt;</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">
 
 ...
-  &lt;http-conf:destination name="{http:<span 
class="code-comment">//widgets/widgetvendor.net}widgetSOAPPort.http-destination&gt;
+  &lt;http-conf:destination name=<span class="code-quote">"{http:<span 
class="code-comment">//widgets/widgetvendor.net}widgetSOAPPort.http-destination"</span>&gt;
 </span>    ...
   &lt;/http-conf:destination&gt;
 ...

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">&lt;wsdl11:binding name=<span 
class="code-quote">"exampleBinding"</span>&gt;</span>
   <span class="code-tag">&lt;soapjms:jndiContextParameter name=<span 
class="code-quote">"name"</span> value=<span class="code-quote">"value"</span> 
/&gt;</span>
-<span 
class="code-tag">&lt;soapjms:jndiConnectionFactoryName&gt;</span>ConnectionFactory
-<span class="code-tag">&lt;/soapjms:jndiConnectionFactoryName&gt;</span>
-<span class="code-tag">&lt;soapjms:jndiInitialContextFactory&gt;</span>
-org.apache.activemq.jndi.ActiveMQInitialContextFactory
-<span class="code-tag">&lt;/soapjms:jndiInitialContextFactory&gt;</span>
-<span class="code-tag">&lt;soapjms:jndiURL&gt;</span>tcp://localhost:61616
-<span class="code-tag">&lt;/soapjms:jndiURL&gt;</span>
-<span class="code-tag">&lt;soapjms:deliveryMode&gt;</span>PERSISTENT<span 
class="code-tag">&lt;/soapjms:deliveryMode&gt;</span>
-<span class="code-tag">&lt;soapjms:priority&gt;</span>5<span 
class="code-tag">&lt;/soapjms:priority&gt;</span>
+  <span 
class="code-tag">&lt;soapjms:jndiConnectionFactoryName&gt;</span>ConnectionFactory
+  <span class="code-tag">&lt;/soapjms:jndiConnectionFactoryName&gt;</span>
+  <span class="code-tag">&lt;soapjms:jndiInitialContextFactory&gt;</span>
+    org.apache.activemq.jndi.ActiveMQInitialContextFactory
+  <span class="code-tag">&lt;/soapjms:jndiInitialContextFactory&gt;</span>
+  <span class="code-tag">&lt;soapjms:jndiURL&gt;</span>tcp://localhost:61616
+  <span class="code-tag">&lt;/soapjms:jndiURL&gt;</span>
+  <span class="code-tag">&lt;soapjms:deliveryMode&gt;</span>PERSISTENT<span 
class="code-tag">&lt;/soapjms:deliveryMode&gt;</span>
+  <span class="code-tag">&lt;soapjms:priority&gt;</span>5<span 
class="code-tag">&lt;/soapjms:priority&gt;</span>
   <span class="code-tag">&lt;soapjms:timeToLive&gt;</span>200<span 
class="code-tag">&lt;/soapjms:timeToLive&gt;</span>
 <span class="code-tag">&lt;/wsdl11:binding&gt;</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">
- &lt;jaxws:client id=<span class="code-quote">"CustomerService"</span>
+&lt;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">
- &lt;bean id=<span class="code-quote">"jmsConfig"</span> class=<span 
class="code-quote">"org.apache.cxf.transport.jms.JMSConfiguration"</span>
+&lt;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>
 /&gt;
@@ -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">
- &lt;bean id=<span class="code-quote">"jmsConnectionFactory"</span> 
class=<span 
class="code-quote">"org.springframework.jms.connection.SingleConnectionFactory"</span>&gt;
+&lt;bean id=<span class="code-quote">"jmsConnectionFactory"</span> class=<span 
class="code-quote">"org.springframework.jms.connection.SingleConnectionFactory"</span>&gt;
        &lt;property name=<span 
class="code-quote">"targetConnectionFactory"</span>&gt;
                &lt;bean class=<span 
class="code-quote">"org.apache.activemq.ActiveMQConnectionFactory"</span>&gt;
                        &lt;property name=<span 
class="code-quote">"brokerURL"</span> value=<span class="code-quote">"tcp:<span 
class="code-comment">//localhost:61616"</span> /&gt;
@@ -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>
 


Reply via email to