org.apache.cxf.clustering
Class LoadDistributorFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.clustering.FailoverFeature
org.apache.cxf.clustering.LoadDistributorFeature
public class LoadDistributorFeature
- extends FailoverFeature
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadDistributorFeature
public LoadDistributorFeature()
initialize
public void initialize(Client client,
Bus bus)
- Overrides:
initialize
in class FailoverFeature
Apache CXF