org.apache.cxf.ws.rm.policy
public final class RM10PolicyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<org.apache.cxf.ws.policy.AssertionInfo> |
collectRMAssertions(org.apache.cxf.ws.policy.AssertionInfoMap aim)
Collect RMAssertions from map.
|
static boolean |
equals(RMAssertion a,
RMAssertion b) |
static RMAssertion |
getRMAssertion(RMAssertion defaultValue,
org.apache.cxf.message.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<org.apache.cxf.ws.policy.AssertionInfo> collectRMAssertions(org.apache.cxf.ws.policy.AssertionInfoMap aim)
aim
- map, may be null
null
public static RMAssertion getRMAssertion(RMAssertion defaultValue, org.apache.cxf.message.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