| Interface | Description |
|---|---|
| LocatorSelectionStrategyFactory |
| Class | Description |
|---|---|
| CXFEndpointProvider | |
| DefaultSelectionStrategy |
Keeps the endpoint as long as there is no failover.
|
| DefaultSelectionStrategyFactory |
Creates a DefaultSelectionStrategy instance, which
Keeps the endpoint as long as there is no failover.
|
| EvenDistributionSelectionStrategy |
Performs a client side round robin strategy.
|
| EvenDistributionSelectionStrategyFactory |
Creates an EvenDistributionSelectionStrategy instance, which
performs a client side round robin strategy.
|
| LocatorCache | |
| LocatorClientEnabler | |
| LocatorRegistrar |
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
|
| LocatorSelectionStrategy | |
| LocatorTargetSelector | |
| RandomSelectionStrategy |
Selects randomly from the available endpoints for each call.
|
| RandomSelectionStrategyFactory |
Creates a RandomSelectionStrategy instance, which
selects randomly from the available endpoints for each call.
|
| ServiceLocatorManager | |
| SingleBusLocatorRegistrar |
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
|
Copyright © 2011–2016 Talend Inc.. All rights reserved.