Class InterceptorsProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.InterceptorsProcessor
- All Implemented Interfaces:
ElementProcessor<List<NamedEventInterceptorBuilder>>
@XmlSimpleName("interceptors")
public class InterceptorsProcessor
extends Object
implements ElementProcessor<List<NamedEventInterceptorBuilder>>
A
ElementProcessor
for the <interceptors> element.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.10.31
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
InterceptorsProcessor
public InterceptorsProcessor()
-
-
Method Details
-
process
public List<NamedEventInterceptorBuilder> process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<List<NamedEventInterceptorBuilder>>
- 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
-