@XmlSimpleName(value="caching-schemes") public class CachingSchemesProcessor extends Object implements ElementProcessor<ServiceSchemeRegistry>
CachingSchemesProcessor is an ElementProcessor for the <caching-schemes%gt; element of Coherence Cache Configuration files.| Constructor and Description |
|---|
CachingSchemesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ServiceSchemeRegistry |
process(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public ServiceSchemeRegistry process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<ServiceSchemeRegistry>context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered