| 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 | |
| LocatorFeatureImpl | |
| LocatorLifecycleStrategy |
Add a lifecyclestrategy behaviour for associating camelcontext to bus in locatorRegistar and stop all servers when camelcontext stops.
|
| LocatorRegistrar |
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
|
| LocatorSelectionStrategy | |
| LocatorSelectionStrategyMap | |
| 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.
|
| SingleBusLocatorRegistrar |
The LocatorRegistrar is responsible for registering the endpoints of CXF Servers at the Service Locator.
|
Copyright © 2011–2019 Talend Inc.. All rights reserved.