org.springframework.integration.file.config
Class FileOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.file.config.FileOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class FileOutboundGatewayParser
- extends AbstractConsumerEndpointParser
Parser for the 'outbound-gateway' element of the file namespace.
- Since:
- 1.0.3
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileOutboundGatewayParser
public FileOutboundGatewayParser()
getInputChannelAttributeName
protected String getInputChannelAttributeName()
- Overrides:
getInputChannelAttributeName
in class AbstractConsumerEndpointParser
parseHandler
protected BeanDefinitionBuilder parseHandler(Element element,
ParserContext parserContext)
- Description copied from class:
AbstractConsumerEndpointParser
- Parse the MessageHandler.
- Specified by:
parseHandler
in class AbstractConsumerEndpointParser
Copyright © 2010. All Rights Reserved.