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 of
ElementProcessor
that creates an instance
of Parameter
containing a property name and value to be
injected into a Spring bean.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.config.expression.Parameter
process
(com.tangosol.config.xml.ProcessingContext context, com.tangosol.run.xml.XmlElement element)
-
Constructor Details
-
PropertyProcessor
public PropertyProcessor()
-
-
Method Details
-
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
-