Class StorageProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.StorageProcessor
-
- All Implemented Interfaces:
ElementProcessor<CachingScheme>
@XmlSimpleName("storage") public class StorageProcessor extends Object implements ElementProcessor<CachingScheme>
- Since:
- Coherence 14.1.1
- Author:
- jf 2016.02.15
-
-
Constructor Summary
Constructors Constructor Description StorageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachingScheme
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public CachingScheme process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<CachingScheme>
- 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
-
-