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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to 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 anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ServiceLoadBalancerBuilder>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-