Package org.apache.cxf.clustering

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.
RandomStrategy Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.
SequentialStrategy Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
 



Apache CXF