|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.impl.DefaultExchange
org.apache.camel.component.file.FileExchange
public class FileExchange
A Exchange for File
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.impl.DefaultExchange |
|---|
context |
| Constructor Summary | |
|---|---|
FileExchange(org.apache.camel.CamelContext camelContext,
File file)
Constructor |
|
| Method Summary | |
|---|---|
File |
getFile()
|
void |
setFile(File file)
|
| Methods inherited from class org.apache.camel.impl.DefaultExchange |
|---|
configureMessage, copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getIn, getOut, getProperties, getProperty, getProperty, newInstance, setException, setExchangeId, setFault, setHeaders, setIn, setOut, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileExchange(org.apache.camel.CamelContext camelContext,
File file)
camelContext - file - | Method Detail |
|---|
public File getFile()
public void setFile(File file)
file - the file to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||