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>
A
InternalCacheSchemeProcessor is responsible for processing an
internal-cache-scheme XmlElements to produce a MapBuilder.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
InternalCacheSchemeProcessor
public InternalCacheSchemeProcessor()
-
-
Method Details
-
process
public MapBuilder process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<MapBuilder>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-