Class LoadbalanceAlgorithmFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.endpoints.utils.LoadbalanceAlgorithmFactory
-
public class LoadbalanceAlgorithmFactory extends Object
Factory of all load balance algorithms. ESBSendMediatorFactroy will use this to create the appropriate algorithm implementation.
-
-
Constructor Summary
Constructors Constructor Description LoadbalanceAlgorithmFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoadbalanceAlgorithm
createLoadbalanceAlgorithm(org.apache.axiom.om.OMElement loadbalanceElement, List endpoints)
static LoadbalanceAlgorithm
createLoadbalanceAlgorithm2(org.apache.axiom.om.OMElement loadbalanceElement, List<org.apache.axis2.clustering.Member> members)
-
-
-
Method Detail
-
createLoadbalanceAlgorithm
public static LoadbalanceAlgorithm createLoadbalanceAlgorithm(org.apache.axiom.om.OMElement loadbalanceElement, List endpoints)
-
createLoadbalanceAlgorithm2
public static LoadbalanceAlgorithm createLoadbalanceAlgorithm2(org.apache.axiom.om.OMElement loadbalanceElement, List<org.apache.axis2.clustering.Member> members)
-
-