Class InitParamProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.InitParamProcessor
-
- All Implemented Interfaces:
ElementProcessor<Parameter>
@XmlSimpleName("init-param") public class InitParamProcessor extends Object implements ElementProcessor<Parameter>
- Since:
- Coherence 12.1.2
- Author:
- bo 2011.06.24
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InitParamProcessor.CacheRefExpression
AnExpression
implementation that represents the use of a {cache-ref} macro in a Configuration File.static class
InitParamProcessor.CollectionRefExpression
AnExpression
implementation that represents the use of a {collection-ref} macro in a Configuration File.static class
InitParamProcessor.DataStructureRefExpression<E>
AnExpression
implementation that represents the use of a {cache-ref} macro in a Cache Configuration File.static class
InitParamProcessor.ResourceRefExpression
AnExpression
implementation that represents the use of a {resource} macro in a configuration File.static class
InitParamProcessor.SchemeRefExpression
AnExpression
implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.
-
Constructor Summary
Constructors Constructor Description InitParamProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Parameter
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public Parameter process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Parameter>
- 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
-
-