Apache CXF API

Package org.apache.cxf.clustering

Interface Summary
FailoverStrategy Supports pluggable strategies for alternate endpoint selection on failover.
 

Class Summary
AbstractStaticFailoverStrategy Failover strategy based on a static cluster represented by multiple endpoints associated with the same service instance.
FailoverFeature This feature may be applied to a Client so as to enable failover from the initial target endpoint to any other compatible endpoint for the target service.
FailoverTargetSelector Implements a target selection strategy based on failover to an alternate target endpoint when a transport level failure is encountered.
FailoverTargetSelector.InvocationKey Used to wrap an Exchange for usage as a Map key.
LoadDistributorFeature This feature may be applied to a Client so as to enable load distribution amongst a set of target endpoints or addresses Note that this feature changes the conduit on the fly and thus makes the Client not thread safe.
LoadDistributorTargetSelector The LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every request rather than just when a fault occurs.
RandomStrategy Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.
RetryStrategy This strategy simply retries the invocation using the same Endpoint (CXF-2036).
SequentialStrategy Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
 


Apache CXF API

Apache CXF