Class NamespaceHandler

java.lang.Object
com.tangosol.config.xml.AbstractNamespaceHandler
com.oracle.coherence.spring.namespace.NamespaceHandler
All Implemented Interfaces:
com.tangosol.config.xml.NamespaceHandler

public class NamespaceHandler extends com.tangosol.config.xml.AbstractNamespaceHandler
Custom namespace handler for the Spring namespace.

This namespace handler supports only one XML element:

  • <cdi:bean>beanName</cdi:bean>
    , where beanName is the unique name of a Spring bean. This element can only be used as a child of the standard <instance> element.
Since:
3.0
Author:
Ryan Lubke
  • Constructor Summary

    Constructors
    Constructor
    Description
    Construct a NamespaceHandler instance.
  • Method Summary

    Methods inherited from class com.tangosol.config.xml.AbstractNamespaceHandler

    getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onEndNamespace, onStartNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.tangosol.config.xml.NamespaceHandler

    getOverrideProcessor
  • Constructor Details

    • NamespaceHandler

      public NamespaceHandler()
      Construct a NamespaceHandler instance.