@EvaluateAllEndpoints
public class FailoverFeature
extends org.apache.cxf.feature.AbstractFeature
enabled| Constructor and Description |
|---|
FailoverFeature() |
| Modifier and Type | Method and Description |
|---|---|
FailoverStrategy |
getStrategy() |
FailoverTargetSelector |
getTargetSelector() |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
protected org.apache.cxf.endpoint.ConduitSelector |
initTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint) |
void |
setStrategy(FailoverStrategy strategy) |
void |
setTargetSelector(FailoverTargetSelector selector) |
getActive, getID, initialize, initialize, initializeisEnabledprotected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureprotected org.apache.cxf.endpoint.ConduitSelector initTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint)
public FailoverTargetSelector getTargetSelector()
public void setTargetSelector(FailoverTargetSelector selector)
public void setStrategy(FailoverStrategy strategy)
public FailoverStrategy getStrategy()
Apache CXF