Class ElementProcessorHelper
java.lang.Object
com.tangosol.coherence.config.xml.processor.ElementProcessorHelper
An
ElementProcessorHelper
provides a number of helper methods for ElementProcessor
s.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.02.02
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterizedBuilder
<?> processParameterizedBuilder
(ProcessingContext context, XmlElement element) Attempts to process the specifiedXmlElement
to produce aParameterizedBuilder
given aProcessingContext
.
-
Constructor Details
-
ElementProcessorHelper
public ElementProcessorHelper()
-
-
Method Details
-
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
-