org.apache.cxf.jaxrs.features.clustering
Class FailoverFeature

java.lang.Object
  extended by org.apache.cxf.feature.AbstractFeature
      extended by org.apache.cxf.clustering.FailoverFeature
          extended by org.apache.cxf.jaxrs.features.clustering.FailoverFeature

public class FailoverFeature
extends org.apache.cxf.clustering.FailoverFeature

This feature may be applied to proxy or HTTP-centric clients


Constructor Summary
FailoverFeature()
           
 
Method Summary
 org.apache.cxf.clustering.FailoverStrategy getStrategy()
           
protected  org.apache.cxf.clustering.FailoverTargetSelector getTargetSelector()
           
 void initialize(ClientConfiguration client, org.apache.cxf.Bus bus)
           
 void initialize(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus)
           
 void setTargetSelector(org.apache.cxf.clustering.FailoverTargetSelector selector)
           
 
Methods inherited from class org.apache.cxf.clustering.FailoverFeature
initialize, initTargetSelector, setStrategy
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, initialize, initialize, initializeProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailoverFeature

public FailoverFeature()
Method Detail

initialize

public void initialize(org.apache.cxf.interceptor.InterceptorProvider interceptorProvider,
                       org.apache.cxf.Bus bus)
Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature

initialize

public void initialize(ClientConfiguration client,
                       org.apache.cxf.Bus bus)

getTargetSelector

protected org.apache.cxf.clustering.FailoverTargetSelector getTargetSelector()
Overrides:
getTargetSelector in class org.apache.cxf.clustering.FailoverFeature

setTargetSelector

public void setTargetSelector(org.apache.cxf.clustering.FailoverTargetSelector selector)

getStrategy

public org.apache.cxf.clustering.FailoverStrategy getStrategy()
Overrides:
getStrategy in class org.apache.cxf.clustering.FailoverFeature


Apache CXF