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 FailoverFeature
This feature may be applied to proxy or HTTP-centric clients
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(InterceptorProvider interceptorProvider,
Bus bus)
- Overrides:
initialize
in class AbstractFeature
initialize
public void initialize(ClientConfiguration client,
Bus bus)
getTargetSelector
protected FailoverTargetSelector getTargetSelector()
- Overrides:
getTargetSelector
in class FailoverFeature
setTargetSelector
public void setTargetSelector(FailoverTargetSelector selector)
getStrategy
public FailoverStrategy getStrategy()
- Overrides:
getStrategy
in class FailoverFeature
Apache CXF