public final class RM10PolicyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<AssertionInfo> |
collectRMAssertions(AssertionInfoMap aim)
Collect RMAssertions from map.
|
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 Collection<AssertionInfo> collectRMAssertions(AssertionInfoMap aim)
aim
- map, may be null
null
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