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
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the backing-map-schemeXmlElement.protected StringThe name of theXmlElementto process. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
-
Field Details
-
m_sElementName
The name of theXmlElementto 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 anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<BackingMapScheme>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-