Class FileHeaders

java.lang.Object
org.springframework.integration.file.FileHeaders

public abstract class FileHeaders
extends java.lang.Object
Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String FILENAME  
    static java.lang.String LINE_COUNT
    The line count for END marker message after splitting.
    static java.lang.String MARKER
    Record is a file marker (START/END).
    static java.lang.String ORIGINAL_FILE  
    static java.lang.String PREFIX  
    static java.lang.String RELATIVE_PATH  
    static java.lang.String REMOTE_DIRECTORY  
    static java.lang.String REMOTE_FILE  
    static java.lang.String REMOTE_FILE_INFO
    A remote file information representation.
    static java.lang.String REMOTE_HOST_PORT
    A remote host/port the file has been polled from.
    static java.lang.String RENAME_TO  
    static java.lang.String SET_MODIFIED  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileHeaders()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait