Class PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
com.tangosol.coherence.config.xml.processor.PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
- All Implemented Interfaces:
ConditionalElementProcessor<PersistenceEnvironmentParamBuilder>
,ElementProcessor<PersistenceEnvironmentParamBuilder>
- Enclosing class:
PersistenceEnvironmentsProcessor
@XmlSimpleName("persistence-environment")
public static class PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
extends AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
An
ElementProcessor
for children elements
of <persistence-environments%gt; element of Coherence Operational
Configuration files. Produces a PersistenceEnvironmentParamBuilder
.-
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PersistenceEnvironmentParamBuilder
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 Details
-
PersistenceEnvironmentProcessor
public PersistenceEnvironmentProcessor()
-
-
Method Details
-
onProcess
protected PersistenceEnvironmentParamBuilder onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Description copied from class:AbstractEmptyElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
onProcess
in classAbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
- 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
-