@XmlSimpleName(value="scope-name") public class ScopeNameProcessor extends Object implements ElementProcessor<String>
ScopeNameProcessor is responsible for processing the <scope-name> XmlElement in a Coherence Cache Configuration file.| Constructor and Description | 
|---|
ScopeNameProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
process(ProcessingContext context, XmlElement element)
Process an  
XmlElement to return a specific type of value. | 
public String process(ProcessingContext context, XmlElement element) throws ConfigurationException
ElementProcessorXmlElement to return a specific type of value.process in interface ElementProcessor<String>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered