public static class FailoverFeature.Portable extends Object implements AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
Portable(String clientBootstrapAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
doInitializeProvider(InterceptorProvider provider,
Bus bus) |
String |
getClientBootstrapAddress() |
FailoverStrategy |
getStrategy() |
FailoverTargetSelector |
getTargetSelector() |
void |
initialize(Client client,
Bus bus) |
protected ConduitSelector |
initTargetSelector(Endpoint endpoint) |
void |
setClientBootstrapAddress(String clientBootstrapAddress) |
void |
setStrategy(FailoverStrategy strategy) |
void |
setTargetSelector(FailoverTargetSelector selector) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActive, initialize, initialize, initializepublic Portable()
public Portable(String clientBootstrapAddress)
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
doInitializeProvider in interface AbstractPortableFeaturepublic void initialize(Client client, Bus bus)
initialize in interface AbstractPortableFeatureinitialize in interface Featureprotected 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