java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.policy.ComplexAssertion
com.sun.xml.ws.rx.rm.policy.wsrm200702.Rm11Assertion
All Implemented Interfaces:
RmConfigurator

public final class Rm11Assertion extends com.sun.xml.ws.policy.ComplexAssertion implements RmConfigurator

 <wsrmp:RMAssertion [wsp:Optional="true"]? ... >
   <wsp:Policy>
     [ <wsrmp:SequenceSTR/> |
       <wsrmp:SequenceTransportSecurity/> ] ?
     <wsrmp:DeliveryAssurance>
       <wsp:Policy>
         [ <wsrmp:ExactlyOnce/> |
           <wsrmp:AtLeastOnce/> |
           <wsrmp:AtMostOnce/> ]
         <wsrmp:InOrder/> ?
       </wsp:Policy>
     </wsrmp:DeliveryAssurance> ?
   </wsp:Policy>
   ...
 </wsrmp:RMAssertion>