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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanBuilder
process(com.tangosol.config.xml.ProcessingContext processingContext, com.tangosol.run.xml.XmlElement xmlElement)
-
-
-
Method Detail
-
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
-
-