Uses of Interface
org.apache.cxf.ws.policy.AlternativeSelector
-
Packages that use AlternativeSelector Package Description org.apache.cxf.ws.policy org.apache.cxf.ws.policy.blueprint org.apache.cxf.ws.policy.selector org.apache.cxf.ws.policy.spring -
-
Uses of AlternativeSelector in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy that return AlternativeSelector Modifier and Type Method Description AlternativeSelectorPolicyEngine. getAlternativeSelector()AlternativeSelectorPolicyEngineImpl. getAlternativeSelector()Methods in org.apache.cxf.ws.policy with parameters of type AlternativeSelector Modifier and Type Method Description voidPolicyEngine. setAlternativeSelector(AlternativeSelector selector)voidPolicyEngineImpl. setAlternativeSelector(AlternativeSelector as)voidWSPolicyFeature. setAlternativeSelector(AlternativeSelector as) -
Uses of AlternativeSelector in org.apache.cxf.ws.policy.blueprint
Methods in org.apache.cxf.ws.policy.blueprint that return AlternativeSelector Modifier and Type Method Description AlternativeSelectorPolicyEngineBPDefinitionParser.PolicyEngineConfig. getAlternativeSelector()Methods in org.apache.cxf.ws.policy.blueprint with parameters of type AlternativeSelector Modifier and Type Method Description voidPolicyEngineBPDefinitionParser.PolicyEngineConfig. setAlternativeSelector(AlternativeSelector alternativeSelector) -
Uses of AlternativeSelector in org.apache.cxf.ws.policy.selector
Classes in org.apache.cxf.ws.policy.selector that implement AlternativeSelector Modifier and Type Class Description classBaseAlternativeSelectorclassFirstAlternativeSelectorclassMaximalAlternativeSelectorclassMinimalAlternativeSelector -
Uses of AlternativeSelector in org.apache.cxf.ws.policy.spring
Methods in org.apache.cxf.ws.policy.spring that return AlternativeSelector Modifier and Type Method Description AlternativeSelectorPolicyEngineBeanDefinitionParser.PolicyEngineConfig. getAlternativeSelector()Methods in org.apache.cxf.ws.policy.spring with parameters of type AlternativeSelector Modifier and Type Method Description voidPolicyEngineBeanDefinitionParser.PolicyEngineConfig. setAlternativeSelector(AlternativeSelector alternativeSelector)
-