@XmlSimpleName(value="init-params") public class InitParamsProcessor extends Object implements ElementProcessor<com.tangosol.config.expression.ParameterResolver>
InitParamsProcessor is responsible for processing <init-params> XmlElements to produce ResolvableParameterLists.| Constructor and Description |
|---|
InitParamsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ResolvableParameterList |
process(ProcessingContext context, XmlElement element)
Process an
XmlElement to return a specific type of value. |
public ResolvableParameterList process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<com.tangosol.config.expression.ParameterResolver>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered