Package com.oracle.coherence.cdi.server
Class CdiNamespaceHandler
java.lang.Object
com.tangosol.config.xml.AbstractNamespaceHandler
com.oracle.coherence.cdi.server.CdiNamespaceHandler
- All Implemented Interfaces:
 NamespaceHandler
Custom namespace handler for 
cdi namespace.
 This namespace handler supports only one XML element:
<cdi:bean>beanName</cdi:bean>, wherebeanNameis the unique name of a CDI bean defined by the@Namedannotation. This element can only be used as a child of the standard<instance>element.
- Since:
 - 20.06
 - Author:
 - Aleks Seovic 2019.10.02
 
- 
Constructor Summary
Constructors - 
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, setDocumentPreprocessorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.config.xml.NamespaceHandler
getOverrideProcessor 
- 
Constructor Details
- 
CdiNamespaceHandler
public CdiNamespaceHandler()ConstructCdiNamespaceHandlerinstance. 
 -