|
|||||||||
| 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.remote.RemoteFileExchange<T>
public class RemoteFileExchange<T extends RemoteFileBinding>
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.impl.DefaultExchange |
|---|
context |
| Constructor Summary | |
|---|---|
RemoteFileExchange(org.apache.camel.CamelContext context,
T binding)
|
|
RemoteFileExchange(org.apache.camel.CamelContext context,
T binding,
String host,
String fullFileName,
ByteArrayOutputStream outputStream)
|
|
| Method Summary | |
|---|---|
T |
getBinding()
|
void |
setBinding(T binding)
|
| Methods inherited from class org.apache.camel.impl.DefaultExchange |
|---|
configureMessage, copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getIn, getOut, 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 RemoteFileExchange(org.apache.camel.CamelContext context,
T binding)
public RemoteFileExchange(org.apache.camel.CamelContext context,
T binding,
String host,
String fullFileName,
ByteArrayOutputStream outputStream)
| Method Detail |
|---|
public T getBinding()
public void setBinding(T binding)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||