Apache CXF API

org.apache.cxf.ws.policy.selector
Class BaseAlternativeSelector

java.lang.Object
  extended by 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
BaseAlternativeSelector()
           
 
Method Summary
protected  boolean isCompatible(List<org.apache.neethi.Assertion> alternative, List<org.apache.neethi.Assertion> r)
           
protected  boolean isCompatibleWithRequest(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
 

Constructor Detail

BaseAlternativeSelector

public BaseAlternativeSelector()
Method Detail

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 API

Apache CXF