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>
AnElementProcessor
for <load-balancer> configuration used by federated and proxy services.- Author:
- bb 2014.04.03
-
-
Constructor Summary
Constructors Constructor Description ServiceLoadBalancerProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceLoadBalancerBuilder
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Field Detail
-
PROXY_SCHEME
public static final String PROXY_SCHEME
Proxy scheme.- See Also:
- Constant Field Values
-
PROXY
public static final String PROXY
Proxy option for the service load balancer.- See Also:
- Constant Field Values
-
CLIENT
public static final String CLIENT
Client option for the service load balancer.- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-