Uses of Class
org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategy

Packages that use LocatorSelectionStrategy
org.talend.esb.servicelocator.cxf.internal   
 

Uses of LocatorSelectionStrategy in org.talend.esb.servicelocator.cxf.internal
 

Subclasses of LocatorSelectionStrategy in org.talend.esb.servicelocator.cxf.internal
 class DefaultSelectionStrategy
          Keeps the endpoint as long as there is no failover.
 class EvenDistributionSelectionStrategy
          Performs a client side round robin strategy.
 class RandomSelectionStrategy
          Selects randomly from the available endpoints for each call.
 

Methods in org.talend.esb.servicelocator.cxf.internal that return LocatorSelectionStrategy
 LocatorSelectionStrategy EvenDistributionSelectionStrategyFactory.getInstance()
           
 LocatorSelectionStrategy DefaultSelectionStrategyFactory.getInstance()
           
 LocatorSelectionStrategy LocatorSelectionStrategyFactory.getInstance()
           
 LocatorSelectionStrategy RandomSelectionStrategyFactory.getInstance()
           
 

Methods in org.talend.esb.servicelocator.cxf.internal with parameters of type LocatorSelectionStrategy
 void LocatorTargetSelector.setLocatorSelectionStrategy(LocatorSelectionStrategy locatorSelectionStrategy)
           
 



Copyright © 2011–2015 Talend Inc.. All rights reserved.