Class ServiceFailurePolicyProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<ServiceFailurePolicyBuilder>
-
- com.tangosol.coherence.config.xml.processor.ServiceFailurePolicyProcessor
-
- All Implemented Interfaces:
ConditionalElementProcessor<ServiceFailurePolicyBuilder>
,ElementProcessor<ServiceFailurePolicyBuilder>
@XmlSimpleName("service-failure-policy") public class ServiceFailurePolicyProcessor extends AbstractEmptyElementProcessor<ServiceFailurePolicyBuilder>
An ElementProcessor that will parse a <service-failure-policyr> and produce a suitable ServiceFailurePolicy- Since:
- Coherence 12.1.3
- Author:
- bo 2013.03.07
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior
-
-
Constructor Summary
Constructors Constructor Description ServiceFailurePolicyProcessor()
Constructs aServiceFailurePolicyProcessor
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceFailurePolicyBuilder
onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.-
Methods inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
accepts, isEmptyElement, process
-
-
-
-
Constructor Detail
-
ServiceFailurePolicyProcessor
public ServiceFailurePolicyProcessor()
Constructs aServiceFailurePolicyProcessor
.
-
-
Method Detail
-
onProcess
public ServiceFailurePolicyBuilder onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
onProcess
in classAbstractEmptyElementProcessor<ServiceFailurePolicyBuilder>
- 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
-
-