org.apache.camel.component.file
Class GenericFileDefaultBinding<T>
java.lang.Object
org.apache.camel.component.file.GenericFileDefaultBinding<T>
- All Implemented Interfaces:
- GenericFileBinding<T>
public class GenericFileDefaultBinding<T>
- extends Object
- implements GenericFileBinding<T>
Default binding for generic file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericFileDefaultBinding
public GenericFileDefaultBinding()
getBody
public Object getBody(GenericFile<T> file)
- Description copied from interface:
GenericFileBinding
- Gets the body of the file
- Specified by:
getBody
in interface GenericFileBinding<T>
- Parameters:
file
- the file
- Returns:
- the body
setBody
public void setBody(GenericFile<T> file,
Object body)
- Description copied from interface:
GenericFileBinding
- Sets the body from the given file
- Specified by:
setBody
in interface GenericFileBinding<T>
- Parameters:
file
- the filebody
- the body
Copyright © 2009 Apache Software Foundation. All Rights Reserved.