Uses of Package
org.apache.cxf.clustering

Packages that use org.apache.cxf.clustering
org.apache.cxf.clustering   
 

Classes in org.apache.cxf.clustering used by org.apache.cxf.clustering
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.InvocationContext
          Records the context of an invocation.
FailoverTargetSelector.InvocationKey
          Used to wrap an Exchange for usage as a Map key.
SequentialStrategy
          Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
 



Apache CXF