org.springframework.integration.event.config
Class EventInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.event.config.EventInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class EventInboundChannelAdapterParser
- extends AbstractChannelAdapterParser
- Since:
- 2.0
- Author:
- Oleg Zhurakousky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventInboundChannelAdapterParser
public EventInboundChannelAdapterParser()
doParse
protected AbstractBeanDefinition doParse(Element element,
ParserContext parserContext,
String channelName)
- Description copied from class:
AbstractChannelAdapterParser
- Subclasses must implement this method to parse the adapter element.
The name of the MessageChannel bean is provided.
- Specified by:
doParse
in class AbstractChannelAdapterParser
Copyright © 2010. All Rights Reserved.