Package org.apache.cxf.clustering
Class FailoverFeature.Portable
java.lang.Object
org.apache.cxf.clustering.FailoverFeature.Portable
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Direct Known Subclasses:
CircuitBreakerFailoverFeature.Portable,LoadDistributorFeature.Portable
- Enclosing class:
- FailoverFeature
public static class FailoverFeature.Portable
extends Object
implements org.apache.cxf.feature.AbstractPortableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus) voidinitialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus) protected org.apache.cxf.endpoint.ConduitSelectorinitTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint) voidsetClientBootstrapAddress(String clientBootstrapAddress) voidsetStrategy(FailoverStrategy strategy) voidsetTargetSelector(FailoverTargetSelector selector) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize
-
Constructor Details
-
Portable
public Portable() -
Portable
-
-
Method Details
-
doInitializeProvider
public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus) - Specified by:
doInitializeProviderin interfaceorg.apache.cxf.feature.AbstractPortableFeature
-
initialize
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus) - Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
initTargetSelector
protected org.apache.cxf.endpoint.ConduitSelector initTargetSelector(org.apache.cxf.endpoint.Endpoint endpoint) -
getTargetSelector
-
setTargetSelector
-
setStrategy
-
getStrategy
-
getClientBootstrapAddress
-
setClientBootstrapAddress
-