Apache CXF API

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

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

public class MinimalAlternativeSelector
extends Object
implements AlternativeSelector


Constructor Summary
MinimalAlternativeSelector()
           
 
Method Summary
 Collection<org.apache.neethi.Assertion> selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimalAlternativeSelector

public MinimalAlternativeSelector()
Method Detail

selectAlternative

public Collection<org.apache.neethi.Assertion> selectAlternative(org.apache.neethi.Policy policy,
                                                                 PolicyEngine engine,
                                                                 Assertor assertor)
Specified by:
selectAlternative in interface AlternativeSelector

Apache CXF API

Apache CXF