public static class FailoverFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
Portable(String clientBootstrapAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
String |
getClientBootstrapAddress() |
FailoverStrategy |
getStrategy() |
FailoverTargetSelector |
getTargetSelector() |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
protected org.apache.cxf.endpoint.ConduitSelector |
initTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint) |
void |
setClientBootstrapAddress(String clientBootstrapAddress) |
void |
setStrategy(FailoverStrategy strategy) |
void |
setTargetSelector(FailoverTargetSelector selector) |
public Portable()
public Portable(String clientBootstrapAddress)
public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
doInitializeProvider in interface org.apache.cxf.feature.AbstractPortableFeaturepublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.AbstractPortableFeatureinitialize in interface org.apache.cxf.feature.Featureprotected 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