Spring Integration

Package org.springframework.integration.file.transformer

Provides classes supporting the transformation of file contents to messages.

See:
          Description

Class Summary
AbstractFilePayloadTransformer<T> Base class for transformers that convert a File payload.
FileToByteArrayTransformer A payload transformer that copies a File's contents to a byte array.
FileToStringTransformer A payload transformer that copies a File's contents to a String.
 

Package org.springframework.integration.file.transformer Description

Provides classes supporting the transformation of file contents to messages.


Spring Integration