org.springframework.integration.file.config
Class FileToStringTransformerParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AbstractTransformerParser
org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
org.springframework.integration.file.config.FileToStringTransformerParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class FileToStringTransformerParser
- extends AbstractFilePayloadTransformerParser
Parser for the <file-to-string-transformer> element.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileToStringTransformerParser
public FileToStringTransformerParser()
getTransformerClassName
protected String getTransformerClassName()
- Specified by:
getTransformerClassName
in class AbstractTransformerParser
postProcessTransformer
protected void postProcessTransformer(Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Description copied from class:
AbstractFilePayloadTransformerParser
- Subclasses may override this method to provide additional configuration.
- Overrides:
postProcessTransformer
in class AbstractFilePayloadTransformerParser
Copyright © 2010. All Rights Reserved.