org.apache.cxf.ws.policy.selector
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAlternativeSelector
public BaseAlternativeSelector()
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)
Apache CXF