Class CachingSchemesProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CachingSchemesProcessor
- All Implemented Interfaces:
ElementProcessor<ServiceSchemeRegistry>
@XmlSimpleName("caching-schemes")
public class CachingSchemesProcessor
extends Object
implements ElementProcessor<ServiceSchemeRegistry>
A
CachingSchemesProcessor
is an ElementProcessor
for the
<caching-schemes%gt; element of Coherence Cache Configuration files.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.05.02
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
CachingSchemesProcessor
public CachingSchemesProcessor()
-
-
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
-