org.apache.camel.component.file.remote
Class RemoteFileComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<RemoteFileExchange>
org.apache.camel.component.file.remote.RemoteFileComponent
- All Implemented Interfaces:
- Component<RemoteFileExchange>, Service
public class RemoteFileComponent
- extends DefaultComponent<RemoteFileExchange>
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 |
RemoteFileComponent
public RemoteFileComponent()
RemoteFileComponent
public RemoteFileComponent(RemoteFileConfiguration configuration)
RemoteFileComponent
public RemoteFileComponent(CamelContext context)
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