Class MapListenerProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.MapListenerProcessor
- All Implemented Interfaces:
ElementProcessor<ParameterizedBuilder<MapListener>>
@XmlSimpleName("listener")
public class MapListenerProcessor
extends Object
implements ElementProcessor<ParameterizedBuilder<MapListener>>
A
MapListenerProcessor is responsible for processing a listener
XmlElements to produce a ParameterizedBuilder for a
MapListener.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
MapListenerProcessor
public MapListenerProcessor()
-
-
Method Details
-
process
public ParameterizedBuilder<MapListener> process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ParameterizedBuilder<MapListener>>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-