org.apache.cxf.ws.policy.selector
Class FirstAlternativeSelector
java.lang.Object
org.apache.cxf.ws.policy.selector.FirstAlternativeSelector
- All Implemented Interfaces:
- org.apache.cxf.ws.policy.AlternativeSelector
public class FirstAlternativeSelector
- extends Object
- implements org.apache.cxf.ws.policy.AlternativeSelector
|
Method Summary |
Collection<org.apache.cxf.ws.policy.PolicyAssertion> |
selectAlternative(org.apache.neethi.Policy policy,
org.apache.cxf.ws.policy.PolicyEngine engine,
org.apache.cxf.ws.policy.Assertor assertor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirstAlternativeSelector
public FirstAlternativeSelector()
selectAlternative
public Collection<org.apache.cxf.ws.policy.PolicyAssertion> selectAlternative(org.apache.neethi.Policy policy,
org.apache.cxf.ws.policy.PolicyEngine engine,
org.apache.cxf.ws.policy.Assertor assertor)
- Specified by:
selectAlternative in interface org.apache.cxf.ws.policy.AlternativeSelector
Apache CXF