org.springframework.integration.config.xml
Class MethodInvokingOutboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class MethodInvokingOutboundChannelAdapterParser
- extends AbstractOutboundChannelAdapterParser
Parser for the <outbound-channel-adapter/> element.
- Author:
- Mark Fisher, Oleg Zhurakousky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvokingOutboundChannelAdapterParser
public MethodInvokingOutboundChannelAdapterParser()
parseAndRegisterConsumer
protected String parseAndRegisterConsumer(Element element,
ParserContext parserContext)
- Description copied from class:
AbstractOutboundChannelAdapterParser
- Override this method to control the registration process and return the bean name.
If parsing a bean definition whose name can be auto-generated, consider using
AbstractOutboundChannelAdapterParser.parseConsumer(Element, ParserContext)
instead.
- Overrides:
parseAndRegisterConsumer
in class AbstractOutboundChannelAdapterParser
parseConsumer
protected AbstractBeanDefinition parseConsumer(Element element,
ParserContext parserContext)
- Description copied from class:
AbstractOutboundChannelAdapterParser
- Override this method to return the BeanDefinition for the MessageConsumer. It will
be registered with a generated name.
- Specified by:
parseConsumer
in class AbstractOutboundChannelAdapterParser
Copyright © 2010. All Rights Reserved.