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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto 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:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<ParameterizedBuilder<Filter>>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -