Class Rm11Assertion

All Implemented Interfaces:
RmConfigurator

public final class Rm11Assertion extends 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>