Uses of Interface
org.talend.esb.servicelocator.cxf.internal.LocatorSelectionStrategyFactory

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

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

Classes in org.talend.esb.servicelocator.cxf.internal that implement LocatorSelectionStrategyFactory
 class DefaultSelectionStrategyFactory
          Creates a DefaultSelectionStrategy instance, which Keeps the endpoint as long as there is no failover.
 class EvenDistributionSelectionStrategyFactory
          Creates an EvenDistributionSelectionStrategy instance, which performs a client side round robin strategy.
 class RandomSelectionStrategyFactory
          Creates a RandomSelectionStrategy instance, which selects randomly from the available endpoints for each call.
 

Method parameters in org.talend.esb.servicelocator.cxf.internal with type arguments of type LocatorSelectionStrategyFactory
 void LocatorClientEnabler.setLocatorSelectionStrategies(Map<String,LocatorSelectionStrategyFactory> locatorSelectionStrategies)
          Sets a map representing the locatorSelectionStrategies and sets locatorSelectionStrategy to the DEFAULT_STRATEGY.
 



Copyright © 2011-2012 Talend Inc.. All Rights Reserved.