org.apache.cxf.ws.policy.util
public final class PolicyComparator extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compare(org.apache.neethi.All arg1,
org.apache.neethi.All arg2) |
static boolean |
compare(org.apache.neethi.Assertion arg1,
org.apache.neethi.Assertion arg2) |
static boolean |
compare(org.apache.neethi.ExactlyOne arg1,
org.apache.neethi.ExactlyOne arg2) |
static boolean |
compare(org.apache.neethi.PolicyComponent arg1,
org.apache.neethi.PolicyComponent arg2)
Returns true if the two PolicyComponents have the same
semantics.
|
static boolean |
compare(org.apache.neethi.Policy arg1,
org.apache.neethi.Policy arg2)
Returns true if the two policies have the same semantics
|
public static boolean compare(org.apache.neethi.Policy arg1,
org.apache.neethi.Policy arg2)
arg1 - a Policyarg2 - another Policypublic static boolean compare(org.apache.neethi.PolicyComponent arg1,
org.apache.neethi.PolicyComponent arg2)
arg1 - a PolicyComponentarg2 - another PolicyComponentpublic static boolean compare(org.apache.neethi.All arg1,
org.apache.neethi.All arg2)
public static boolean compare(org.apache.neethi.ExactlyOne arg1,
org.apache.neethi.ExactlyOne arg2)
public static boolean compare(org.apache.neethi.Assertion arg1,
org.apache.neethi.Assertion arg2)
Apache CXF