@XmlSimpleName(value="schemes") public class SchemesProcessor extends Object implements ElementProcessor<ServiceSchemeRegistry>
SchemesProcessor
is an ElementProcessor
for the
<caching-schemes%gt; element of Coherence Cache Configuration files.Constructor and Description |
---|
SchemesProcessor() |
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