Spring Integration

org.springframework.integration.feed.config
Class FeedNamespaceHandler

java.lang.Object
  extended by org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
      extended by org.springframework.integration.feed.config.FeedNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class FeedNamespaceHandler
extends AbstractIntegrationNamespaceHandler

NamespaceHandler for the feed module.

Since:
2.0
Author:
Josh Long, Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
CHANNEL_INITIALIZER_BEAN_NAME
 
Constructor Summary
FeedNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
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

FeedNamespaceHandler

public FeedNamespaceHandler()
Method Detail

init

public void init()

Spring Integration