Class Rm10Assertion

All Implemented Interfaces:
RmConfigurator

public final class Rm10Assertion extends SimpleAssertion implements RmConfigurator

 <wsrm:RMAssertion [wsp:Optional="true"]? ... >
   <wsrm:InactivityTimeout Milliseconds="xs:unsignedLong" ... /> ?
   <wsrm:BaseRetransmissionInterval Milliseconds="xs:unsignedLong".../>?
   <wsrm:ExponentialBackoff ... /> ?
   <wsrm:AcknowledgementInterval Milliseconds="xs:unsignedLong" ... /> ?
   ...
 </wsrm:RMAssertion>
 
Specifies that WS-ReliableMessaging protocol MUST be used when sending messages. Defines also the version of the WS-RM protocol to be used.
Author:
Marek Potociar (marek.potociar at sun.com)