Class TransformerProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.TransformerProcessor
- All Implemented Interfaces:
ElementProcessor<ParameterizedBuilder<Filter>>
@XmlSimpleName("transformer")
public class TransformerProcessor
extends Object
implements ElementProcessor<ParameterizedBuilder<Filter>>
Responsible for processing
view-filter
elements.- Since:
- 12.2.1.4
- Author:
- rlubke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
TransformerProcessor
public TransformerProcessor()
-
-
Method Details
-
process
public ParameterizedBuilder<Filter> process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ParameterizedBuilder<Filter>>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-