public class SequentialStrategy extends AbstractStaticFailoverStrategy
| Constructor and Description |
|---|
SequentialStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
getNextAlternate(List<T> alternates)
Get next alternate endpoint.
|
getAlternateAddresses, getAlternateEndpoints, getDelayBetweenRetries, getEndpoints, getLogLevel, selectAlternateAddress, selectAlternateEndpoint, setAlternateAddresses, setDelayBetweenRetriesprotected <T> T getNextAlternate(List<T> alternates)
getNextAlternate in class AbstractStaticFailoverStrategyalternates - non-empty List of alternate endpointsApache CXF