You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2013/07/04 04:47:51 UTC

svn commit: r868339 - in /websites/production/cxf/content: cache/docs.pageCache docs/ws-reliablemessaging.html docs/wsrmconfiguration.html

Author: buildbot
Date: Thu Jul  4 02:47:51 2013
New Revision: 868339

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/ws-reliablemessaging.html
    websites/production/cxf/content/docs/wsrmconfiguration.html

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

Modified: websites/production/cxf/content/docs/ws-reliablemessaging.html
==============================================================================
--- websites/production/cxf/content/docs/ws-reliablemessaging.html (original)
+++ websites/production/cxf/content/docs/ws-reliablemessaging.html Thu Jul  4 02:47:51 2013
@@ -123,7 +123,7 @@ Apache CXF -- WS-ReliableMessaging
 The WS-Reliable Messaging implementation consists of 4 interceptors in total:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Interceptor </th><th colspan="1" rowspan="1" class="confluenceTh"> Task </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMOutInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Responsible for sending CreateSequence requests and waiting for their CreateSequenceResponse responses, and and aggregating the sequence properties (id and message number) for an application message.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMInInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Intercepting and processing RM protocol messages (these will not the application level), as well as SequenceAcknowledgments piggybacked on application messages. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.soap.RMSoapInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd
 "> Encoding and decoding the RM headers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.soap.RetransmissionInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Responsible for creating copies of application messages for future resends. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Interceptor </th><th colspan="1" rowspan="1" class="confluenceTh"> Task </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMOutInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Responsible for sending CreateSequence requests and waiting for their CreateSequenceResponse responses, and and aggregating the sequence properties (id and message number) for an application message.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMInInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Intercepting and processing RM protocol messages (these will not the application level), as well as SequenceAcknowledgments piggybacked on application messages. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMCaptureInInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd
 "> Caching messages for later retransmission. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.RMDeliveryInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Assuring InOrder delivery of messages to the application. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.soap.RMSoapInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Encoding and decoding the RM headers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> org.apache.cxf.ws.rm.soap.RetransmissionInterceptor </td><td colspan="1" rowspan="1" class="confluenceTd"> Responsible for creating copies of application messages for future resends. </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/wsrmconfiguration.html
==============================================================================
--- websites/production/cxf/content/docs/wsrmconfiguration.html (original)
+++ websites/production/cxf/content/docs/wsrmconfiguration.html Thu Jul  4 02:47:51 2013
@@ -188,6 +188,8 @@ xmlns:wsu="http://docs.oasis-open.org/ws
 ]]></script>
 </div></div>
 
+<p>As of CXF 3.0.0 both the older WS-ReliableMessagingPolicy 1.0 (submission version) and the official WS-ReliableMessagingPolicy 1.2 are supported. WS-ReliableMessagingPolicy 1.2 must be used in the policy if you want WS-ReliableMessaging 1.2 support at runtime.</p>
+
 <h2><a shape="rect" name="WSRMConfiguration-UsingtheReliableMessagingFeature"></a>Using the Reliable Messaging Feature</h2>
 
 <p>If you don't want to involve the WS-Policy Framework, or want to configure additional parameters such as the sequence termination policy or the persistent store, you can use the reliableMessaging feature. It is defined in namespace <a shape="rect" href="http://cxf.apache.org/ws/rm/manager">http://cxf.apache.org/ws/rm/manager</a> and supports the following child elements:</p>