Class ConfigurationProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ConfigurationProcessor
- All Implemented Interfaces:
ElementProcessor<CacheConfig>
@XmlSimpleName("cache-config")
public class ConfigurationProcessor
extends Object
implements ElementProcessor<CacheConfig>
A
ConfigurationProcessor
is responsible for processing a
configuration XmlElement
to produce a CacheConfig
object.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
ConfigurationProcessor
public ConfigurationProcessor()
-
-
Method Details
-
process
public CacheConfig process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<CacheConfig>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-