public class DynamicLoadbalanceEndpointSerializer extends EndpointSerializer
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>
fac| Constructor and Description |
|---|
DynamicLoadbalanceEndpointSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axiom.om.OMElement |
serializeEndpoint(Endpoint endpoint)
Serializes the given endpoint implementation to an XML object.
|
getElementFromEndpoint, getEndpointSerializer, handleException, serializeCommonAttributes, serializeProperties, serializeSpecificEndpointPropertiespublic DynamicLoadbalanceEndpointSerializer()
protected org.apache.axiom.om.OMElement serializeEndpoint(Endpoint endpoint)
EndpointSerializerserializeEndpoint in class EndpointSerializerendpoint - Endpoint implementation to be serialized.Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.