@EvaluateAllEndpoints public class FailoverFeature extends DelegatingFeature<FailoverFeature.Portable>
Modifier and Type | Class and Description |
---|---|
static class |
FailoverFeature.Portable |
delegate
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() |
ConduitSelector |
initTargetSelector(Endpoint endpoint) |
void |
setClientBootstrapAddress(String clientBootstrapAddress) |
void |
setStrategy(FailoverStrategy strategy) |
void |
setTargetSelector(FailoverTargetSelector selector) |
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
doInitializeProvider, getActive, getID, isEnabled
protected FailoverFeature(FailoverFeature.Portable portable)
public FailoverFeature()
public FailoverFeature(String clientBootstrapAddress)
public ConduitSelector initTargetSelector(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