Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.coherence.config.xml.processor
Class InterceptorProcessor

java.lang.Object
  extended by com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
      extended by com.tangosol.coherence.config.xml.processor.InterceptorProcessor

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="interceptor")
public class InterceptorProcessor
extends CustomizableBuilderProcessor

A ElementProcessor for the <interceptor> element.

Since:
Coherence 12.1.2
Author:
pfm 2012.11.05

Constructor Summary
InterceptorProcessor()
          Construct an InterceptorProcessor.

 

Method Summary
 NamedEventInterceptorBuilder process(ProcessingContext context, XmlElement element)
          Process an XmlElement to return a specific type of value.

 

Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate

 

Constructor Detail

InterceptorProcessor

public InterceptorProcessor()
Construct an InterceptorProcessor.

Method Detail

process

public NamedEventInterceptorBuilder process(ProcessingContext context,
                                            XmlElement element)
                                     throws ConfigurationException
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
Overrides:
process in class CustomizableBuilderProcessor
Parameters:
context - the ProcessingContext in which the XmlElement is being processed
element - the XmlElement to process
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.