org.apache.camel.component.file.remote
Class RemoteFileComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<RemoteFileExchange>
          extended by org.apache.camel.component.file.remote.RemoteFileComponent
All Implemented Interfaces:
Component<RemoteFileExchange>, Service

public class RemoteFileComponent
extends DefaultComponent<RemoteFileExchange>


Constructor Summary
RemoteFileComponent()
           
RemoteFileComponent(CamelContext context)
           
RemoteFileComponent(RemoteFileConfiguration configuration)
           
 
Method Summary
protected  RemoteFileEndpoint createEndpoint(String uri, String remaining, Map parameters)
           
 RemoteFileConfiguration getConfiguration()
           
static RemoteFileComponent remoteFileComponent()
           
 void setConfiguration(RemoteFileConfiguration configuration)
           
 String toString()
           
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteFileComponent

public RemoteFileComponent()

RemoteFileComponent

public RemoteFileComponent(RemoteFileConfiguration configuration)

RemoteFileComponent

public RemoteFileComponent(CamelContext context)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

remoteFileComponent

public static RemoteFileComponent remoteFileComponent()

createEndpoint

protected RemoteFileEndpoint createEndpoint(String uri,
                                            String remaining,
                                            Map parameters)
                                     throws Exception
Specified by:
createEndpoint in class DefaultComponent<RemoteFileExchange>
Throws:
Exception

getConfiguration

public RemoteFileConfiguration getConfiguration()

setConfiguration

public void setConfiguration(RemoteFileConfiguration configuration)


Apache CAMEL