Class InterceptorProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor<NamedEventInterceptorBuilder>
com.tangosol.coherence.config.xml.processor.InterceptorProcessor
- All Implemented Interfaces:
ElementProcessor<NamedEventInterceptorBuilder>
@XmlSimpleName("interceptor")
public class InterceptorProcessor
extends CustomizableBuilderProcessor<NamedEventInterceptorBuilder>
A
ElementProcessor
for the <interceptor> element.- Since:
- Coherence 12.1.2
- Author:
- pfm 2012.11.05
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate, process
-
Constructor Details
-
InterceptorProcessor
public InterceptorProcessor()Construct an InterceptorProcessor.
-