Class ScopeNameProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.ScopeNameProcessor
-
- All Implemented Interfaces:
ElementProcessor<String>
@XmlSimpleName("scope-name") public class ScopeNameProcessor extends Object implements ElementProcessor<String>
TheScopeNameProcessor
is responsible for processing the <scope-name>XmlElement
in a Coherence Cache Configuration file.- Since:
- Coherence 12.1.3
- Author:
- bo 2013.12.01
-
-
Constructor Summary
Constructors Constructor Description ScopeNameProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public String process(ProcessingContext context, XmlElement element) throws ConfigurationException
Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<String>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-
-