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

java.lang.Object
  extended by org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
      extended by org.apache.cxf.ws.policy.selector.FirstAlternativeSelector
All Implemented Interfaces:
org.apache.cxf.ws.policy.AlternativeSelector

public class FirstAlternativeSelector
extends BaseAlternativeSelector


Constructor Summary
FirstAlternativeSelector()
           
 
Method Summary
 Collection<org.apache.neethi.Assertion> selectAlternative(org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, List<List<org.apache.neethi.Assertion>> request)
           
 
Methods inherited from class org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
isCompatible, isCompatibleWithRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstAlternativeSelector

public FirstAlternativeSelector()
Method Detail

selectAlternative

public Collection<org.apache.neethi.Assertion> selectAlternative(org.apache.neethi.Policy policy,
                                                                 org.apache.cxf.ws.policy.PolicyEngine engine,
                                                                 org.apache.cxf.ws.policy.Assertor assertor,
                                                                 List<List<org.apache.neethi.Assertion>> request)


Apache CXF