| java.lang.Object org.apache.cxf.ws.rm.policy.PolicyUtils
PolicyUtils | final public class PolicyUtils (Code) | | |
Method Summary | |
public static boolean | equals(RMAssertion a, RMAssertion b) | public static RMAssertion | 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). | public static RMAssertion | intersect(RMAssertion a, RMAssertion b) |
equals | public static boolean equals(RMAssertion a, RMAssertion b)(Code) | | |
getRMAssertion | public static RMAssertion getRMAssertion(RMAssertion defaultValue, Message message)(Code) | | 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 value Parameters: message - the message the compatible RMAssertion |
intersect | public static RMAssertion intersect(RMAssertion a, RMAssertion b)(Code) | | |
|
|