Class BeanProcessor
java.lang.Object
com.oracle.coherence.spring.namespace.BeanProcessor
- All Implemented Interfaces:
com.tangosol.config.xml.ElementProcessor<BeanBuilder>
public class BeanProcessor
extends Object
implements com.tangosol.config.xml.ElementProcessor<BeanBuilder>
Element processor for
<spring:bean/>
XML element.- Since:
- 3.0
- Author:
- Jonathan Knight, Ryan Lubke
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(com.tangosol.config.xml.ProcessingContext processingContext, com.tangosol.run.xml.XmlElement xmlElement)
-
Method Details
-
process
public BeanBuilder process(com.tangosol.config.xml.ProcessingContext processingContext, com.tangosol.run.xml.XmlElement xmlElement) throws com.tangosol.config.ConfigurationException - Specified by:
process
in interfacecom.tangosol.config.xml.ElementProcessor<BeanBuilder>
- Throws:
com.tangosol.config.ConfigurationException
-