Class FileToByteArrayTransformerParser

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.FileToByteArrayTransformerParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class FileToByteArrayTransformerParser
extends AbstractFilePayloadTransformerParser
Parser for the <file-to-bytes-transformer> element.
  • Field Summary

    Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser

    EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    FileToByteArrayTransformerParser()  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String getTransformerClassName()  

    Methods inherited from class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser

    parseTransformer, postProcessTransformer

    Methods inherited from class org.springframework.integration.config.xml.AbstractTransformerParser

    parseHandler

    Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser

    getInputChannelAttributeName, parseInternal, replyChannelInChainAllowed, resolveId

    Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTransformerClassName

      protected java.lang.String getTransformerClassName()
      Specified by:
      getTransformerClassName in class org.springframework.integration.config.xml.AbstractTransformerParser