Skip navigation links
com.tangosol.coherence.config.xml.processor
Class ServiceFailurePolicyProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
com.tangosol.coherence.config.xml.processor.ServiceFailurePolicyProcessor
- All Implemented Interfaces:
- ConditionalElementProcessor, ElementProcessor
-
@XmlSimpleName(value="service-failure-policy")
public class ServiceFailurePolicyProcessor
- extends AbstractEmptyElementProcessor
An ElementProcessor that will parse a <service-failure-policyr> and produce a suitable ServiceFailurePolicy
- Since:
- Coherence 12.1.3
- Author:
- bo 2013.03.07
ServiceFailurePolicyProcessor
public ServiceFailurePolicyProcessor()
- Constructs a
ServiceFailurePolicyProcessor.
onProcess
public ServiceFailurePolicy onProcess(ProcessingContext context,
XmlElement xmlElement)
throws ConfigurationException
- Process an
XmlElement to return a specific type of value.
-
- Specified by:
onProcess in class AbstractEmptyElementProcessor
-
- Parameters:
context - the ProcessingContext in which the XmlElement is being processed
xmlElement - the XmlElement to process
- Returns:
- a value of type T
- Throws:
ConfigurationException - when a configuration problem was encountered
Skip navigation links
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.