On 10/04/2011 01:57 PM, Marc Giger wrote: > On Tue, 04 Oct 2011 10:16:14 +0200 > Alessio Soldano <[email protected]> wrote: > >> You can configure the org.apache.cxf.ws.policy.AlternativeSelector [1] >> to be used in the Bus, either through the spring configuration or with >> something like: >> >> bus.getExtension(PolicyEngine.class).setAlternativeSelector(new >> MaximalAlternativeSelector()); >> >> The default selector is the MinimalAlternativeSelector. > > Yes, I'm aware of this. But the alternative will be selected without looking > into the actual request and selecting the appropriate policy.
AFAIK the dynamic alternative selector you're looking for is not available in CXF atm. Alessio
