org.apache.synapse.config.xml.endpoints
Class DynamicLoadbalanceEndpointSerializer
java.lang.Object
org.apache.synapse.config.xml.endpoints.EndpointSerializer
org.apache.synapse.config.xml.endpoints.DynamicLoadbalanceEndpointSerializer
public class DynamicLoadbalanceEndpointSerializer
- extends EndpointSerializer
Creates DynamicLoadbalanceEndpoint using an XML configuration.
<endpoint>
<dynamicLoadbalance [failover="true|false"] [policy="load balance algorithm"]>
<membershipHandler
class="HandlerClass">
<property name="some name" value="some domain"/>+
</membershipHandler>
</dynamicLoadbalance>
</endpoint>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicLoadbalanceEndpointSerializer
public DynamicLoadbalanceEndpointSerializer()
serializeEndpoint
protected OMElement serializeEndpoint(Endpoint endpoint)
- Description copied from class:
EndpointSerializer
- Serializes the given endpoint implementation to an XML object.
- Specified by:
serializeEndpoint in class EndpointSerializer
- Parameters:
endpoint - Endpoint implementation to be serialized.
- Returns:
- OMElement containing XML configuration.
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.