public final class PolicyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(RMAssertion a,
RMAssertion b) |
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).
|
static RMAssertion |
intersect(RMAssertion a,
RMAssertion b) |
public static RMAssertion getRMAssertion(RMAssertion defaultValue, Message message)
rma - the default valuemessage - the messagepublic static RMAssertion intersect(RMAssertion a, RMAssertion b)
public static boolean equals(RMAssertion a, RMAssertion b)
Apache CXF