Class RedisNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
org.springframework.integration.redis.config.RedisNamespaceHandler
- All Implemented Interfaces:
- NamespaceHandler
public class RedisNamespaceHandler extends AbstractIntegrationNamespaceHandler
Namespace handler for Spring Integration's 'redis' namespace.
- Since:
- 2.1
- Author:
- Oleg Zhurakousky, Artem Bilan
- 
Constructor SummaryConstructors Constructor Description RedisNamespaceHandler()
- 
Method SummaryModifier and Type Method Description voidinit()Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandlerparseMethods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupportdecorate, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
- 
Constructor Details- 
RedisNamespaceHandlerpublic RedisNamespaceHandler()
 
- 
- 
Method Details- 
initpublic void init()
 
-