org.apache.cxf.ws.rm.policy
Class PolicyUtils
java.lang.Object
org.apache.cxf.ws.rm.policy.PolicyUtils
public final class PolicyUtils
- extends java.lang.Object
Method Summary |
static boolean |
equals(org.apache.cxf.ws.rm.policy.RMAssertion a,
org.apache.cxf.ws.rm.policy.RMAssertion b)
|
static org.apache.cxf.ws.rm.policy.RMAssertion |
getRMAssertion(org.apache.cxf.ws.rm.policy.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 org.apache.cxf.ws.rm.policy.RMAssertion |
intersect(org.apache.cxf.ws.rm.policy.RMAssertion a,
org.apache.cxf.ws.rm.policy.RMAssertion b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRMAssertion
public static org.apache.cxf.ws.rm.policy.RMAssertion getRMAssertion(org.apache.cxf.ws.rm.policy.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).
- Parameters:
rma
- the default valuemessage
- the message
- Returns:
- the compatible RMAssertion
intersect
public static org.apache.cxf.ws.rm.policy.RMAssertion intersect(org.apache.cxf.ws.rm.policy.RMAssertion a,
org.apache.cxf.ws.rm.policy.RMAssertion b)
equals
public static boolean equals(org.apache.cxf.ws.rm.policy.RMAssertion a,
org.apache.cxf.ws.rm.policy.RMAssertion b)
Apache CXF