Class 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 java.lang.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.
    • 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyProcessor

        public PropertyProcessor()
    • 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 interface com.tangosol.config.xml.ElementProcessor<com.tangosol.config.expression.Parameter>
        Throws:
        com.tangosol.config.ConfigurationException