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