Class CachingSchemeMappingProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CachingSchemeMappingProcessor
- All Implemented Interfaces:
ElementProcessor<ResourceMappingRegistry>
@XmlSimpleName("caching-scheme-mapping")
public class CachingSchemeMappingProcessor
extends Object
implements ElementProcessor<ResourceMappingRegistry>
An
CachingSchemeMappingProcessor is responsible for processing <caching-scheme-mapping> XmlElements
to update the ResourceMappingRegistry with CacheMappings.- Since:
- Coherence 12.1.2
- Author:
- bo 2011.06.24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
CachingSchemeMappingProcessor
public CachingSchemeMappingProcessor()
-
-
Method Details
-
process
public ResourceMappingRegistry process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ResourceMappingRegistry>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-