org.apache.camel.component.file
Class FileExchange
java.lang.Object
org.apache.camel.impl.DefaultExchange
org.apache.camel.component.file.FileExchange
- All Implemented Interfaces:
- Exchange
public class FileExchange
- extends DefaultExchange
A Exchange
for File
- Version:
- $Revision: 37863 $
Methods inherited from class org.apache.camel.impl.DefaultExchange |
configureMessage, copy, copyFrom, createFaultMessage, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getFault, getIn, getOut, getOut, getPattern, getProperties, getProperty, getProperty, getUnitOfWork, isFailed, removeProperty, setException, setExchangeId, setFault, setIn, setOut, setPattern, setProperties, setProperty, setUnitOfWork, throwException, toString |
FileExchange
public FileExchange(CamelContext camelContext,
ExchangePattern pattern,
File file)
FileExchange
public FileExchange(DefaultExchange parent,
File file)
getFile
public File getFile()
setFile
public void setFile(File file)
newInstance
public Exchange newInstance()
- Description copied from interface:
Exchange
- Creates a new exchange instance with empty messages, headers and properties
- Specified by:
newInstance
in interface Exchange
- Overrides:
newInstance
in class DefaultExchange
Copyright © 2008 IONA Open Source Community. All Rights Reserved.