Class BaseAlternativeSelector

java.lang.Object
org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
All Implemented Interfaces:
AlternativeSelector
Direct Known Subclasses:
FirstAlternativeSelector, MaximalAlternativeSelector, MinimalAlternativeSelector

public abstract class BaseAlternativeSelector extends Object implements AlternativeSelector
  • Constructor Details

    • BaseAlternativeSelector

      public BaseAlternativeSelector()
  • Method Details

    • isCompatibleWithRequest

      protected boolean isCompatibleWithRequest(List<org.apache.neethi.Assertion> alternative, List<List<org.apache.neethi.Assertion>> request)
    • isCompatible

      protected boolean isCompatible(List<org.apache.neethi.Assertion> alternative, List<org.apache.neethi.Assertion> r)