Spring AMQP

org.springframework.amqp.rabbit.config
Class RabbitNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.amqp.rabbit.config.RabbitNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class RabbitNamespaceHandler
extends NamespaceHandlerSupport

Namespace handler for Rabbit.

Since:
1.0
Author:
Mark Pollack, Mark Fisher

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

RabbitNamespaceHandler

public RabbitNamespaceHandler()
Method Detail

init

public void init()

Spring AMQP

Copyright © 2011. All Rights Reserved.