| java.lang.Object org.apache.cxf.ws.policy.util.PolicyComparator
PolicyComparator | final public class PolicyComparator (Code) | | |
Method Summary | |
public static boolean | compare(Policy arg1, Policy arg2) | public static boolean | compare(PolicyComponent arg1, PolicyComponent arg2) Returns true if the two PolicyComponents have the same
semantics. | public static boolean | compare(All arg1, All arg2) | public static boolean | compare(ExactlyOne arg1, ExactlyOne arg2) | public static boolean | compare(Assertion arg1, Assertion arg2) |
compare | public static boolean compare(Policy arg1, Policy arg2)(Code) | | Returns true if the two policies have the same semantics
Parameters: arg1 - a Policy Parameters: arg2 - another Policy true iff both policies have the same semantics |
compare | public static boolean compare(PolicyComponent arg1, PolicyComponent arg2)(Code) | | Returns true if the two PolicyComponents have the same
semantics.
Parameters: arg1 - a PolicyComponent Parameters: arg2 - another PolicyComponent true iff both PolicyComponents have the same semantics |
compare | public static boolean compare(All arg1, All arg2)(Code) | | |
compare | public static boolean compare(ExactlyOne arg1, ExactlyOne arg2)(Code) | | |
compare | public static boolean compare(Assertion arg1, Assertion arg2)(Code) | | |
|
|