@XmlSimpleName(value="caching-scheme-mapping") public class CachingSchemeMappingProcessor extends Object implements ElementProcessor<CacheMappingRegistry>
CachingSchemeMappingProcessor is responsible for processing <caching-scheme-mapping> XmlElements to update the CacheMappingRegistry with CacheMappings.| Constructor and Description | 
|---|
CachingSchemeMappingProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheMappingRegistry | 
process(ProcessingContext context, XmlElement element)
Process an  
XmlElement to return a specific type of value. | 
public CacheMappingRegistry process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<CacheMappingRegistry>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered