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, wait
getActive, initialize, initialize, initialize
public Portable()
public Portable(String clientBootstrapAddress)
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
doInitializeProvider
in interface AbstractPortableFeature
public void initialize(Client client, Bus bus)
initialize
in interface AbstractPortableFeature
initialize
in interface Feature
protected 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