org.apache.camel.component.file.remote
Class RemoteFileExchange<T extends RemoteFileBinding>
java.lang.Object
org.apache.camel.impl.DefaultExchange
org.apache.camel.component.file.remote.RemoteFileExchange<T>
- All Implemented Interfaces:
- Exchange
public class RemoteFileExchange<T extends RemoteFileBinding>
- extends DefaultExchange
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, isTransacted, newInstance, removeProperty, setException, setExchangeId, setFault, setIn, setOut, setPattern, setProperties, setProperty, setUnitOfWork, throwException, toString |
RemoteFileExchange
public RemoteFileExchange(CamelContext context,
ExchangePattern pattern,
T binding)
RemoteFileExchange
public RemoteFileExchange(CamelContext context,
ExchangePattern pattern,
T binding,
String host,
String fullFileName,
String fileName,
long fileLength,
ByteArrayOutputStream outputStream)
getBinding
public T getBinding()
setBinding
public void setBinding(T binding)
Apache CAMEL