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 Summary
Constructors Constructor Description BaseAlternativeSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCompatible(List<org.apache.neethi.Assertion> alternative, List<org.apache.neethi.Assertion> r)protected booleanisCompatibleWithRequest(List<org.apache.neethi.Assertion> alternative, List<List<org.apache.neethi.Assertion>> request)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.ws.policy.AlternativeSelector
selectAlternative
-
-