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

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.
  • Constructor Details

    • LoadDistributorFeature

      public LoadDistributorFeature()
    • LoadDistributorFeature

      public LoadDistributorFeature(String clientBootstrapAddress)
  • Method Details