Class CdiNamespaceHandler

java.lang.Object
com.tangosol.config.xml.AbstractNamespaceHandler
com.oracle.coherence.cdi.server.CdiNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class CdiNamespaceHandler extends AbstractNamespaceHandler
Custom namespace handler for cdi namespace.

This namespace handler supports only one XML element:

  • <cdi:bean>beanName</cdi:bean>, where beanName is the unique name of a CDI bean defined by the @Named annotation. This element can only be used as a child of the standard <instance> element.
Since:
20.06
Author:
Aleks Seovic 2019.10.02
  • Constructor Details

    • CdiNamespaceHandler

      public CdiNamespaceHandler()
      Construct CdiNamespaceHandler instance.