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:
org.apache.camel.Component<RemoteFileExchange>, org.apache.camel.Service

public class RemoteFileComponent
extends org.apache.camel.impl.DefaultComponent<RemoteFileExchange>


Constructor Summary
RemoteFileComponent()
           
RemoteFileComponent(org.apache.camel.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
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isStarted, 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(org.apache.camel.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 org.apache.camel.impl.DefaultComponent<RemoteFileExchange>
Throws:
Exception

getConfiguration

public RemoteFileConfiguration getConfiguration()

setConfiguration

public void setConfiguration(RemoteFileConfiguration configuration)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.