org.axonframework.contextsupport.spring
Class AxonNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.axonframework.contextsupport.spring.AxonNamespaceHandler
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.NamespaceHandler
public class AxonNamespaceHandler
- extends org.springframework.beans.factory.xml.NamespaceHandlerSupport
The Axon namespace handler is responsible for parsing the elements of the Axon namespace and adjusting the Spring
context configuration accordingly. However, in reality the namespace handler really just delegates to specific
parser classes for each element. Please refer to
Appendix D of the Spring Framework Reference Documentation for more information.
- Since:
- 0.7
- Author:
- Ben Z. Tels, Allard Buijze
Method Summary |
void |
init()
|
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport |
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxonNamespaceHandler
public AxonNamespaceHandler()
init
public void init()
-
Copyright © 2010-2016. All Rights Reserved.