| Name | Description | Type | Package | Framework |
| AbstractStaticFailoverStrategy | Failover strategy based on a static cluster represented by multiple endpoints associated with the same service instance. | Class | org.apache.cxf.clustering | Apache CXF |
| Activator | Class | org.apache.cxf.clustering.blueprint | Apache CXF | |
| ClusteringBPNamespaceHandler | Class | org.apache.cxf.clustering.blueprint | Apache CXF | |
| FailoverBeanDefinitionParser | Class | org.apache.cxf.clustering.spring | Apache CXF | |
| FailoverFeature | This feature may be applied to a Client so as to enable failover from the initial target endpoint to any other | Class | org.apache.cxf.clustering | Apache CXF |
| FailoverStrategy | Interface | org.apache.cxf.clustering | Apache CXF | |
| FailoverTargetSelector | alternate target endpoint when a transport level failure is Note that this feature changes the conduit on the fly and thus makes | Class | org.apache.cxf.clustering | Apache CXF |
| FailoverTargetSelector .InvocationKey | Used to wrap an Exchange for usage as a Map key. | Class | org.apache.cxf.clustering | Apache CXF |
| LoadDistributorBeanDefinitionParser | Class | org.apache.cxf.clustering.spring | Apache CXF | |
| LoadDistributorFeature | This feature may be applied to a Client so as to enable load distribution amongst a set of target endpoints or addresses | Class | org.apache.cxf.clustering | Apache CXF |
| LoadDistributorTargetSelector | The LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every request | Class | org.apache.cxf.clustering | Apache CXF |
| NamespaceHandler | Class | org.apache.cxf.clustering.spring | Apache CXF | |
| RandomStrategy | Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated | Class | org.apache.cxf.clustering | Apache CXF |
| RetryStrategy | This strategy simply retries the invocation using the same Endpoint (CXF-2036). | Class | org.apache.cxf.clustering | Apache CXF |
| SequentialStrategy | Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated | Class | org.apache.cxf.clustering | Apache CXF |