Class InternalCacheSchemeProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.InternalCacheSchemeProcessor
-
- All Implemented Interfaces:
ElementProcessor<MapBuilder>
@XmlSimpleName("internal-cache-scheme") public class InternalCacheSchemeProcessor extends Object implements ElementProcessor<MapBuilder>
AInternalCacheSchemeProcessor
is responsible for processing an internal-cache-schemeXmlElement
s to produce aMapBuilder
.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.02
-
-
Constructor Summary
Constructors Constructor Description InternalCacheSchemeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapBuilder
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public MapBuilder process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<MapBuilder>
- 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
-
-