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