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 ofElementProcessor
that creates an instance ofParameter
containing 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.Parameter
process(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:
process
in interfacecom.tangosol.config.xml.ElementProcessor<com.tangosol.config.expression.Parameter>
- Throws:
com.tangosol.config.ConfigurationException
-
-