@EvaluateAllEndpoints public class FailoverFeature extends org.apache.cxf.feature.DelegatingFeature<FailoverFeature.Portable>
| Modifier and Type | Class and Description |
|---|---|
static class |
FailoverFeature.Portable |
enabled| Modifier | Constructor and Description |
|---|---|
|
FailoverFeature() |
protected |
FailoverFeature(FailoverFeature.Portable portable) |
|
FailoverFeature(String clientBootstrapAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientBootstrapAddress() |
FailoverStrategy |
getStrategy() |
FailoverTargetSelector |
getTargetSelector() |
org.apache.cxf.endpoint.ConduitSelector |
initTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint) |
void |
setClientBootstrapAddress(String clientBootstrapAddress) |
void |
setStrategy(FailoverStrategy strategy) |
void |
setTargetSelector(FailoverTargetSelector selector) |
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateprotected FailoverFeature(FailoverFeature.Portable portable)
public FailoverFeature()
public FailoverFeature(String clientBootstrapAddress)
public 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()
public String getClientBootstrapAddress()
public void setClientBootstrapAddress(String clientBootstrapAddress)
Apache CXF