@XmlSimpleName(value="storage") public class StorageProcessor extends Object implements ElementProcessor<CachingScheme>
| Constructor | Description |
|---|---|
StorageProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
CachingScheme |
process(ProcessingContext context,
XmlElement xmlElement) |
Process an
XmlElement to return a specific type of value. |
public CachingScheme process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<CachingScheme>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered