Package com.oracle.coherence.spring
Class SpringNamespaceHandler.PropertyProcessor
- java.lang.Object
 - 
- com.oracle.coherence.spring.SpringNamespaceHandler.PropertyProcessor
 
 
- 
- All Implemented Interfaces:
 com.tangosol.config.xml.ElementProcessor<com.tangosol.config.expression.Parameter>
- Enclosing class:
 - SpringNamespaceHandler
 
@XmlSimpleName("property") public static class SpringNamespaceHandler.PropertyProcessor extends Object implements com.tangosol.config.xml.ElementProcessor<com.tangosol.config.expression.Parameter>Implementation ofElementProcessorthat creates an instance ofParametercontaining a property name and value to be injected into a Spring bean. 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyProcessor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.tangosol.config.expression.Parameterprocess(com.tangosol.config.xml.ProcessingContext context, com.tangosol.run.xml.XmlElement element) 
 - 
 
- 
- 
Method Detail
- 
process
public com.tangosol.config.expression.Parameter process(com.tangosol.config.xml.ProcessingContext context, com.tangosol.run.xml.XmlElement element) throws com.tangosol.config.ConfigurationException- Specified by:
 processin interfacecom.tangosol.config.xml.ElementProcessor<com.tangosol.config.expression.Parameter>- Throws:
 com.tangosol.config.ConfigurationException
 
 - 
 
 -