Apache CXF API

org.apache.cxf.clustering
Class LoadDistributorFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by org.apache.cxf.feature.AbstractFeature
          extended by org.apache.cxf.clustering.FailoverFeature
              extended by org.apache.cxf.clustering.LoadDistributorFeature
All Implemented Interfaces:
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.


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
LoadDistributorFeature()
           
 
Method Summary
 FailoverTargetSelector getTargetSelector()
           
 
Methods inherited from class org.apache.cxf.clustering.FailoverFeature
getStrategy, initialize, initializeProvider, initTargetSelector, setStrategy, setTargetSelector
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, getID, initialize, initialize, initialize
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDistributorFeature

public LoadDistributorFeature()
Method Detail

getTargetSelector

public FailoverTargetSelector getTargetSelector()
Overrides:
getTargetSelector in class FailoverFeature

Apache CXF API

Apache CXF