Author: buildbot
Date: Thu Nov 14 03:50:21 2013
New Revision: 886572

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/ws-reliablemessaging.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 Nov 14 
03:50:21 2013
@@ -140,7 +140,7 @@ Apache CXF -- WS-ReliableMessaging
 <p>Like most other features in CXF, it is interceptor based. The WS-Reliable 
Messaging implementation consists of 6 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.RMCaptureInInterceptor </td><td colspan="1" rowspan="1" 
class="confluenceT
 d"> 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>
+<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="confluenceT
 d"> Caching incoming messages for persistent storage. </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>
 
 


Reply via email to