java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.policy.SimpleAssertion
com.sun.xml.ws.rx.rm.policy.wsrm200502.Rm10Assertion
All Implemented Interfaces:
RmConfigurator

public final class Rm10Assertion extends com.sun.xml.ws.policy.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)