org.apache.camel.component.file.remote
Class RemoteFileExchange<T extends RemoteFileBinding>

java.lang.Object
  extended by org.apache.camel.impl.DefaultExchange
      extended by org.apache.camel.component.file.remote.RemoteFileExchange<T>
All Implemented Interfaces:
org.apache.camel.Exchange

public class RemoteFileExchange<T extends RemoteFileBinding>
extends org.apache.camel.impl.DefaultExchange


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, setIn, setOut, setProperties, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteFileExchange

public RemoteFileExchange(org.apache.camel.CamelContext context,
                          T binding)

RemoteFileExchange

public RemoteFileExchange(org.apache.camel.CamelContext context,
                          T binding,
                          String host,
                          String fullFileName,
                          ByteArrayOutputStream outputStream)
Method Detail

getBinding

public T getBinding()

setBinding

public void setBinding(T binding)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.