Class ElementProcessorHelper
java.lang.Object
com.tangosol.coherence.config.xml.processor.ElementProcessorHelper
An
ElementProcessorHelper provides a number of helper methods for ElementProcessors.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.02.02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterizedBuilder<?>processParameterizedBuilder(ProcessingContext context, XmlElement element) Attempts to process the specifiedXmlElementto produce aParameterizedBuildergiven aProcessingContext.
-
Constructor Details
-
ElementProcessorHelper
public ElementProcessorHelper()
-
-
Method Details
-
processParameterizedBuilder
public static ParameterizedBuilder<?> processParameterizedBuilder(ProcessingContext context, XmlElement element) throws ConfigurationException Attempts to process the specifiedXmlElementto produce aParameterizedBuildergiven aProcessingContext.- Parameters:
context- theProcessingContextto useelement- theXmlElementthat contains the definition of aParameterizedBuilder- Returns:
- a
ParameterizedBuilderornullif one is not available - Throws:
ConfigurationException- if an error occurs while processing theParameterizedBuilder
-