org.apache.cxf.jaxrs.features.clustering
Class FailoverFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.clustering.FailoverFeature
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
| 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 |
FailoverFeature
public FailoverFeature()
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