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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
CachingSchemesProcessor
public CachingSchemesProcessor()
-
-
Method Details
-
process
public ServiceSchemeRegistry process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ServiceSchemeRegistry>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-