Class InitParamsProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.InitParamsProcessor
-
- All Implemented Interfaces:
ElementProcessor<ParameterResolver>
@XmlSimpleName("init-params") public class InitParamsProcessor extends Object implements ElementProcessor<ParameterResolver>
AnInitParamsProcessor
is responsible for processing <init-params>XmlElement
s to produceResolvableParameterList
s.- Since:
- Coherence 12.1.2
- Author:
- bo 2011.06.24
-
-
Constructor Summary
Constructors Constructor Description InitParamsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolvableParameterList
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public ResolvableParameterList process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ParameterResolver>
- 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
-
-