Class BaseAlternativeSelector
java.lang.Object
org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
- All Implemented Interfaces:
AlternativeSelector
- Direct Known Subclasses:
FirstAlternativeSelector,MaximalAlternativeSelector,MinimalAlternativeSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, waitMethods inherited from interface org.apache.cxf.ws.policy.AlternativeSelector
selectAlternative
-
Constructor Details
-
BaseAlternativeSelector
public BaseAlternativeSelector()
-
-
Method Details
-
isCompatibleWithRequest
-
isCompatible
-