Author: buildbot
Date: Tue Sep 16 03:47:39 2014
New Revision: 922345

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/soap-over-jms-10-support.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

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 Tue Sep 
16 03:47:39 2014
@@ -149,13 +149,8 @@ jms:queue:ExampleQueueName?timeToLive=10
   </wsdl11:port>
 </wsdl11:service>
 ]]></script>
-</div></div><p>If a property is specified at multiple levels, the setting at 
the most granular level takes precedence (port first, then service, then 
binding). In the above example, notice the timeToLive property &#8212; for the 
quickPort port, the value will be 10ms (specified at the port level). For the 
slowPort port, the value will be 100ms (specified at the service level). In 
this example, the setting in the binding will always be overridden.</p><h2 
id="SOAPoverJMS1.0support-WSDLUsage">WSDL Usage</h2><p>For this 
example:</p><div class="code panel pdl" style="border-width: 1px;">
- <div class="codeHeader panelHeader pdl hide-border-bottom" 
style="border-bottom-width: 1px;">
-  <b class="code-title">Greeter Service with JMS transaport</b>
-  <span class="collapse-source expand-control"><span 
class="expand-control-icon icon">&#160;</span><span 
class="expand-control-text">Expand source</span></span>
- </div>
- <div class="codeContent panelContent pdl hide-toolbar"> 
-  <script class="theme: Default; brush: xml; collapse: true; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;wsdl:definitions 
name=&quot;JMSGreeterService&quot;  
xmlns:soap=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; 
xmlns:tns=&quot;http://cxf.apache.org/jms_greeter&quot; 
xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; 
xmlns:wsdl=&quot;http://schemas.xmlsoap.org/wsdl/&quot; 
xmlns:x1=&quot;http://cxf.apache.org/jms_greeter/types&quot; 
xmlns:soapjms=&quot;http://www.w3.org/2010/soapjms/&quot; 
name=&quot;JMSGreeterService&quot; 
targetNamespace=&quot;http://cxf.apache.org/jms_greeter&quot;&gt;
+</div></div><p>If a property is specified at multiple levels, the setting at 
the most granular level takes precedence (port first, then service, then 
binding). In the above example, notice the timeToLive property &#8212; for the 
quickPort port, the value will be 10ms (specified at the port level). For the 
slowPort port, the value will be 100ms (specified at the service level). In 
this example, the setting in the binding will always be overridden.</p><h2 
id="SOAPoverJMS1.0support-WSDLUsage">WSDL Usage</h2><p>For this 
example:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>Greeter 
Service with JMS transaport</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;wsdl:definitions 
name=&quot;JMSGreeterService&quot;  
xmlns:soap=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; 
xmlns:tns=&quot;http://cxf.apache.org/jms_greeter&quot; 
xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; 
xmlns:wsdl=&quot;http://schemas.xmlsoap.org/wsdl/&quot; 
xmlns:x1=&quot;http://cxf.apache.org/jms_greeter/types&quot; 
xmlns:soapjms=&quot;http://www.w3.org/2010/soapjms/&quot; 
name=&quot;JMSGreeterService&quot; 
targetNamespace=&quot;http://cxf.apache.org/jms_greeter&quot;&gt;
     ...
        &lt;wsdl:binding name=&quot;JMSGreeterPortBinding&quot; 
type=&quot;tns:JMSGreeterPortType&quot;&gt;
                &lt;soap:binding style=&quot;document&quot; 
transport=&quot;http://www.w3.org/2010/soapjms/&quot; /&gt;
@@ -184,10 +179,8 @@ jms:queue:ExampleQueueName?timeToLive=10
                &lt;/wsdl:port&gt;
        &lt;/wsdl:service&gt;
 &lt;/wsdl:definitions&gt;
-]]>
-  </script> 
- </div>
-</div><ul><li>The transport URI (<a shape="rect" class="external-link" 
href="http://www.w3.org/2010/soapjms/"; 
rel="nofollow">http://www.w3.org/2010/soapjms/</a>) is defined in the 
&lt;soap:binding&gt;.</li><li>The jms: URI is defined in the 
&lt;soap:address&gt;</li><li>The extension properties are in the 
&lt;soap:binding&gt;</li></ul><h2 
id="SOAPoverJMS1.0support-Defineserviceendpointorproxyinspringorblueprint">Define
 service endpoint or proxy in spring or blueprint</h2><p>The JAXWS endpoint or 
proxy can be defined like in the SOAP/HTTP case. Just use a jms: uri like 
described above.</p><p>In CXF 3 it is possible to omit the jndi settings. Just 
specify an endpoint like this:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeHeader panelHeader pdl" 
style="border-bottom-width: 1px;"><b>Endpoint in spring</b></div><div 
class="codeContent panelContent pdl">
+]]></script>
+</div></div><ul><li>The transport URI (<a shape="rect" class="external-link" 
href="http://www.w3.org/2010/soapjms/"; 
rel="nofollow">http://www.w3.org/2010/soapjms/</a>) is defined in the 
&lt;soap:binding&gt;.</li><li>The jms: URI is defined in the 
&lt;soap:address&gt;</li><li>The extension properties are in the 
&lt;soap:binding&gt;</li></ul><h2 
id="SOAPoverJMS1.0support-Defineserviceendpointorproxyinspringorblueprint">Define
 service endpoint or proxy in spring or blueprint</h2><p>The JAXWS endpoint or 
proxy can be defined like in the SOAP/HTTP case. Just use a jms: uri like 
described above.</p><p>In CXF 3 it is possible to omit the jndi settings. Just 
specify an endpoint like this:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeHeader panelHeader pdl" 
style="border-bottom-width: 1px;"><b>Endpoint in spring</b></div><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[&lt;bean id=&quot;ConnectionFactory&quot; 
class=&quot;org.apache.activemq.ActiveMQConnectionFactory&quot;&gt;
   &lt;property name=&quot;brokerURL&quot; 
value=&quot;tcp://localhost:61616&quot;/&gt;
 &lt;/bean&gt;


Reply via email to