org.apache.camel
Interface WrappedFile<T>

All Known Implementing Classes:
GenericFile

public interface WrappedFile<T>

Wraps a file.


Method Summary
 T getFile()
          Gets the file.
 

Method Detail

getFile

T getFile()
Gets the file.

Returns:
the file.


Apache Camel