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>
AnElementProcessor
for children elements of <persistence-environments%gt; element of Coherence Operational Configuration files. Produces aPersistenceEnvironmentParamBuilder
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior
-
-
Constructor Summary
Constructors Constructor Description PersistenceEnvironmentProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
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
-
-