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

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

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.policy
 

Methods in org.apache.cxf.ws.rm.policy that return RMAssertion
 RMAssertion ObjectFactory.createRMAssertion()
          Create an instance of RMAssertion
static RMAssertion PolicyUtils.getRMAssertion(RMAssertion defaultValue, org.apache.cxf.message.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 PolicyUtils.intersect(RMAssertion a, RMAssertion b)
           
 

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

Methods in org.apache.cxf.ws.rm.policy with parameters of type RMAssertion
static boolean PolicyUtils.equals(RMAssertion a, RMAssertion b)
           
static RMAssertion PolicyUtils.getRMAssertion(RMAssertion defaultValue, org.apache.cxf.message.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 PolicyUtils.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  org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion> RetransmissionQueueImpl.getAssertion(org.apache.cxf.ws.policy.AssertionInfo ai)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.