org.axonframework.contextsupport.spring
Class AxonNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by 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

Constructor Summary
AxonNamespaceHandler()
           
 
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
 

Constructor Detail

AxonNamespaceHandler

public AxonNamespaceHandler()
Method Detail

init

public void init()



Copyright © 2010-2016. All Rights Reserved.