Class SchemesProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.SchemesProcessor
- All Implemented Interfaces:
ElementProcessor<ServiceSchemeRegistry>
@XmlSimpleName("schemes")
public class SchemesProcessor
extends Object
implements ElementProcessor<ServiceSchemeRegistry>
A
SchemesProcessor
is an ElementProcessor
for the
<caching-schemes%gt; element of Coherence Cache Configuration files.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
SchemesProcessor
public SchemesProcessor()
-
-
Method Details
-
process
public ServiceSchemeRegistry process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ServiceSchemeRegistry>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-