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 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 Modifier and Type Method Description 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 types with arguments of type RMAssertion Modifier and Type Method Description protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion>
RM10AssertionBuilder. buildAssertion()
Methods in org.apache.cxf.ws.rm.policy with parameters of type RMAssertion Modifier and Type Method Description static boolean
RMPolicyUtilities. equals(RMAssertion a, RMAssertion b)
static RMConfiguration
RMPolicyUtilities. intersect(RMAssertion rma, RMConfiguration cfg)
Intersect a policy with a supplied configuration.static boolean
RMPolicyUtilities. 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 org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<RMAssertion>
RetransmissionQueueImpl. getAssertion(org.apache.cxf.ws.policy.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 RMAssertion
ObjectFactory. createRMAssertion()
Create an instance ofRMAssertion
-