Package org.apache.cxf.clustering
Class LoadDistributorFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<FailoverFeature.Portable>
org.apache.cxf.clustering.FailoverFeature
org.apache.cxf.clustering.LoadDistributorFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
This feature may be applied to a Client so as to enable
load distribution amongst a set of target endpoints or addresses
Note that this feature changes the conduit on the fly and thus makes
the Client not thread safe.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegateFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.clustering.FailoverFeature
getClientBootstrapAddress, getStrategy, initTargetSelector, setClientBootstrapAddress, setStrategy, setTargetSelectorMethods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
LoadDistributorFeature
public LoadDistributorFeature() -
LoadDistributorFeature
-
-
Method Details
-
getTargetSelector
- Overrides:
getTargetSelectorin classFailoverFeature
-