public abstract class RemoteFileOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
| Constructor and Description |
|---|
RemoteFileOutboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends RemoteFileOperations<?>> |
getTemplateClass() |
protected Class<?> |
handlerClass() |
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
parseConsumer(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
protected void |
postProcessBuilder(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
Element element) |
doParse, doParseAndRegisterConsumer, isUsingReplyProducerparseInternal, resolveIdpublic RemoteFileOutboundChannelAdapterParser()
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractOutboundChannelAdapterParserparseConsumer in class AbstractOutboundChannelAdapterParserelement - The element.parserContext - The parser context.protected Class<?> handlerClass()
protected void postProcessBuilder(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
Element element)
protected abstract Class<? extends RemoteFileOperations<?>> getTemplateClass()