| org.apache.cxf.clustering.FailoverStrategy
FailoverStrategy | public interface FailoverStrategy (Code) | | Supports pluggable strategies for alternate endpoint selection on
failover.
|
getAlternateEndpoints | List<Endpoint> getAlternateEndpoints(Exchange exchange)(Code) | | Get the alternate endpoints for this invocation.
Parameters: exchange - the current Exchange a failover endpoint if one is available |
selectAlternateEndpoint | Endpoint selectAlternateEndpoint(List<Endpoint> alternates)(Code) | | Select one of the alternate endpoints for a retried invocation.
Parameters: alternates - List of alternate endpoints if available the selected endpoint |
|
|