org.axonframework.contextsupport.spring.amqp
Class AxonAMQPNamespaceHandler

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

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

AxonAMQPNamespaceHandler

public AxonAMQPNamespaceHandler()
Method Detail

init

public void init()



Copyright © 2010-2016. All Rights Reserved.