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>>
AElementProcessor
for the <interceptors> element.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.10.31
-
-
Constructor Summary
Constructors Constructor Description InterceptorsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NamedEventInterceptorBuilder>
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
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
-
-