Spring Integration

org.springframework.integration.file
Class FileHeaders

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

public abstract class FileHeaders
extends Object

Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.

Author:
Mark Fisher

Field Summary
static String FILENAME
           
static String ORIGINAL_FILE
           
 
Constructor Summary
FileHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

ORIGINAL_FILE

public static final String ORIGINAL_FILE
See Also:
Constant Field Values
Constructor Detail

FileHeaders

public FileHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.