Class ServiceLoadBalancerProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ServiceLoadBalancerProcessor
- All Implemented Interfaces:
ElementProcessor<ServiceLoadBalancerBuilder>
@XmlSimpleName("load-balancer")
public class ServiceLoadBalancerProcessor
extends Object
implements ElementProcessor<ServiceLoadBalancerBuilder>
An
ElementProcessor for <load-balancer> configuration used
by federated and proxy services.- Author:
- bb 2014.04.03
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Field Details
-
PROXY_SCHEME
Proxy scheme.- See Also:
-
PROXY
Proxy option for the service load balancer.- See Also:
-
CLIENT
Client option for the service load balancer.- See Also:
-
-
Constructor Details
-
ServiceLoadBalancerProcessor
public ServiceLoadBalancerProcessor()
-
-
Method Details
-
process
public ServiceLoadBalancerBuilder process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ServiceLoadBalancerBuilder>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-