Apache CXF API

Uses of Class
org.apache.cxf.clustering.FailoverFeature

Packages that use FailoverFeature
org.apache.cxf.clustering   
org.apache.cxf.jaxrs.features.clustering   
 

Uses of FailoverFeature in org.apache.cxf.clustering
 

Subclasses of FailoverFeature in org.apache.cxf.clustering
 class 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.
 

Uses of FailoverFeature in org.apache.cxf.jaxrs.features.clustering
 

Subclasses of FailoverFeature in org.apache.cxf.jaxrs.features.clustering
 class FailoverFeature
          This feature may be applied to proxy or HTTP-centric clients
 


Apache CXF API

Apache CXF