Uses of Class
org.apache.cxf.ws.rmp.v200502.RMAssertion
-
Packages that use RMAssertion Package Description 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 with parameters of type RMAssertion Modifier and Type Method Description voidRMManager. 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 Modifier and Type Method Description voidRMFeature. setRMAssertion(RMAssertion rma) -
Uses of RMAssertion in org.apache.cxf.ws.rm.policy
Methods in org.apache.cxf.ws.rm.policy that return types with arguments of type RMAssertion Modifier and Type Method Description protected JaxbAssertion<RMAssertion>RM10AssertionBuilder. buildAssertion()Methods in org.apache.cxf.ws.rm.policy with parameters of type RMAssertion Modifier and Type Method Description static booleanRMPolicyUtilities. equals(RMAssertion a, RMAssertion b)static RMConfigurationRMPolicyUtilities. intersect(RMAssertion rma, RMConfiguration cfg)Intersect a policy with a supplied configuration.static booleanRMPolicyUtilities. isCompatible(RMAssertion asser, RMConfiguration cfg)Check if a policy is compatible with a supplied configuration. -
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 Modifier and Type Method Description 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 Modifier and Type Method Description RMAssertionObjectFactory. createRMAssertion()Create an instance ofRMAssertion
-