Package io.micronaut.coherence.namespace
Class MicronautNamespaceHandler
- java.lang.Object
-
- com.tangosol.config.xml.AbstractNamespaceHandler
-
- io.micronaut.coherence.namespace.MicronautNamespaceHandler
-
- All Implemented Interfaces:
com.tangosol.config.xml.NamespaceHandler
public class MicronautNamespaceHandler extends com.tangosol.config.xml.AbstractNamespaceHandlerCustom namespace handler for themicronautnamespace.This namespace handler supports only one XML element:
<cdi:bean>beanName</cdi:bean>, wherebeanNameis the unique name of a Micronaut bean defined by the@Namedannotation. This element can only be used as a child of the standard<instance>element.
- Since:
- 1.0
- Author:
- Jonathan Knight
-
-
Constructor Summary
Constructors Constructor Description MicronautNamespaceHandler()Construct aMicronautNamespaceHandlerinstance.
-
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
-
-