Class BackingMapSchemeProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.BackingMapSchemeProcessor
- All Implemented Interfaces:
ElementProcessor<BackingMapScheme>
@XmlSimpleName("backing-map-scheme")
public class BackingMapSchemeProcessor
extends Object
implements ElementProcessor<BackingMapScheme>
A BackingMapSchemeProcessor is responsible for processing a
backing-map-scheme
XmlElement
to produce a BackingMapScheme
.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.02
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the backing-map-schemeXmlElement
.protected String
The name of theXmlElement
to process. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Field Details
-
m_sElementName
The name of theXmlElement
to process.- Since:
- 12.2.1.4
-
ELEMENT_NAME
The name of the backing-map-schemeXmlElement
.- Since:
- 12.2.1.4
- See Also:
-
-
Constructor Details
-
BackingMapSchemeProcessor
public BackingMapSchemeProcessor()
-
-
Method Details
-
process
public BackingMapScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<BackingMapScheme>
- 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
-