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>
ASchemesProcessor
is anElementProcessor
for the <caching-schemes%gt; element of Coherence Cache Configuration files.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
-
-
Constructor Summary
Constructors Constructor Description SchemesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceSchemeRegistry
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
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
-
-