org.axonframework.contextsupport.spring.amqp
Class AxonAMQPNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.axonframework.contextsupport.spring.amqp.AxonAMQPNamespaceHandler
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.NamespaceHandler
public class AxonAMQPNamespaceHandler
- extends org.springframework.beans.factory.xml.NamespaceHandlerSupport
The Axon AMQP namespace handler is responsible for parsing the elements of the Axon AMQP namespace and adjusting
the Spring context configuration accordingly.
- Since:
- 2.0
- Author:
- 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 |
AxonAMQPNamespaceHandler
public AxonAMQPNamespaceHandler()
init
public void init()
-
Copyright © 2010-2016. All Rights Reserved.