Class CacheMappingProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CacheMappingProcessor
- All Implemented Interfaces:
 ElementProcessor<CacheMapping>
@XmlSimpleName("cache-mapping")
public class CacheMappingProcessor
extends Object
implements ElementProcessor<CacheMapping>
An 
CacheMappingProcessor is responsible for processing <cache-mapping> XmlElements to produce
 a CacheMapping.- 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
- 
CacheMappingProcessor
public CacheMappingProcessor() 
 - 
 - 
Method Details
- 
process
public CacheMapping process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<CacheMapping>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -