Apache CXF API

Uses of Class
org.apache.cxf.ws.rmp.v200502.RMAssertion

Packages that use RMAssertion
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.rm.soap   
org.apache.cxf.ws.rmp.v200502   
 

Uses of RMAssertion in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return RMAssertion
 RMAssertion RMManager.getRMAssertion()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type RMAssertion
 void RMManager.setRMAssertion(RMAssertion rma)
           
 

Uses of RMAssertion in org.apache.cxf.ws.rm.feature
 

Methods in org.apache.cxf.ws.rm.feature with parameters of type RMAssertion
 void RMFeature.setRMAssertion(RMAssertion rma)
           
 

Uses of RMAssertion in org.apache.cxf.ws.rm.policy
 

Methods in org.apache.cxf.ws.rm.policy that return RMAssertion
static RMAssertion RM10PolicyUtils.getRMAssertion(RMAssertion defaultValue, Message message)
          Returns an RMAssertion that is compatible with the default value and all RMAssertions pertaining to the message (can never be null).
static RMAssertion RM10PolicyUtils.intersect(RMAssertion a, RMAssertion b)
           
 

Methods in org.apache.cxf.ws.rm.policy that return types with arguments of type RMAssertion
protected  JaxbAssertion<RMAssertion> RMAssertionBuilder.buildAssertion()
           
 

Methods in org.apache.cxf.ws.rm.policy with parameters of type RMAssertion
static boolean RM10PolicyUtils.equals(RMAssertion a, RMAssertion b)
           
static RMAssertion RM10PolicyUtils.getRMAssertion(RMAssertion defaultValue, Message message)
          Returns an RMAssertion that is compatible with the default value and all RMAssertions pertaining to the message (can never be null).
static RMAssertion RM10PolicyUtils.intersect(RMAssertion a, RMAssertion b)
           
 

Uses of RMAssertion in org.apache.cxf.ws.rm.soap
 

Methods in org.apache.cxf.ws.rm.soap that return types with arguments of type RMAssertion
protected  JaxbAssertion<RMAssertion> RetransmissionQueueImpl.getAssertion(AssertionInfo ai)
           
 

Uses of RMAssertion in org.apache.cxf.ws.rmp.v200502
 

Methods in org.apache.cxf.ws.rmp.v200502 that return RMAssertion
 RMAssertion ObjectFactory.createRMAssertion()
          Create an instance of RMAssertion
 


Apache CXF API

Apache CXF