Package org.apache.camel
Interface WrappedFile<T>
-
public interface WrappedFile<T>Wraps a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetBody()Gets the content of the file.TgetFile()Gets the file.
-