Package org.apache.cxf.clustering
Class FailoverFeature.Portable
java.lang.Object
org.apache.cxf.clustering.FailoverFeature.Portable
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Direct Known Subclasses:
CircuitBreakerFailoverFeature.Portable,LoadDistributorFeature.Portable
- Enclosing class:
- FailoverFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoInitializeProvider(InterceptorProvider provider, Bus bus) voidinitialize(Client client, Bus bus) protected ConduitSelectorinitTargetSelector(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
- Specified by:
doInitializeProviderin interfaceAbstractPortableFeature
-
initialize
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
initTargetSelector
-
getTargetSelector
-
setTargetSelector
-
setStrategy
-
getStrategy
-
getClientBootstrapAddress
-
setClientBootstrapAddress
-