Class ElementProcessorHelper
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.ElementProcessorHelper
-
public class ElementProcessorHelper extends Object
AnElementProcessorHelper
provides a number of helper methods forElementProcessor
s.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.02.02
-
-
Constructor Summary
Constructors Constructor Description ElementProcessorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParameterizedBuilder<?>
processParameterizedBuilder(ProcessingContext context, XmlElement element)
Attempts to process the specifiedXmlElement
to produce aParameterizedBuilder
given aProcessingContext
.
-
-
-
Method Detail
-
processParameterizedBuilder
public static ParameterizedBuilder<?> processParameterizedBuilder(ProcessingContext context, XmlElement element) throws ConfigurationException
Attempts to process the specifiedXmlElement
to produce aParameterizedBuilder
given aProcessingContext
.- Parameters:
context
- theProcessingContext
to useelement
- theXmlElement
that contains the definition of aParameterizedBuilder
- Returns:
- a
ParameterizedBuilder
ornull
if one is not available - Throws:
ConfigurationException
- if an error occurs while processing theParameterizedBuilder
-
-