Class MinimalAlternativeSelector
- java.lang.Object
-
- org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
-
- org.apache.cxf.ws.policy.selector.MinimalAlternativeSelector
-
- All Implemented Interfaces:
AlternativeSelector
public class MinimalAlternativeSelector extends BaseAlternativeSelector
-
-
Constructor Summary
Constructors Constructor Description MinimalAlternativeSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.apache.neethi.Assertion>selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg)-
Methods inherited from class org.apache.cxf.ws.policy.selector.BaseAlternativeSelector
isCompatible, isCompatibleWithRequest
-
-
-
-
Method Detail
-
selectAlternative
public Collection<org.apache.neethi.Assertion> selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, Message msg)
- Parameters:
policy- The full policy to considerengine- The policy engine calling the selectorassertor- Additional asserter (such as the transport) that may be able to handle some of the assertionsrequest- On the server out bound side, this will contain the alternatives from the request that were successfully met by the request. The selector should use these to help narrow down the alternative to use.- Returns:
-
-