|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.support.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.component.file.GenericFileEndpoint<T>
org.apache.camel.component.file.remote.RemoteFileEndpoint<ScpFile>
org.apache.camel.component.jsch.ScpEndpoint
public class ScpEndpoint
Secure Copy Endpoint
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.component.file.GenericFileEndpoint |
|---|
allowNullBody, antFilter, autoCreate, bufferSize, charset, configuration, DEFAULT_IDEMPOTENT_CACHE_SIZE, DEFAULT_STRATEGYFACTORY_CLASS, delete, directoryMustExist, doneFileName, eagerDeleteTargetFile, eagerMaxMessagesPerPoll, exclude, exclusiveReadLockStrategy, fileExist, fileName, filter, flatten, idempotent, idempotentRepository, include, inProgressRepository, keepLastModified, localWorkDirectory, log, maxDepth, maxMessagesPerPoll, minDepth, move, moveExisting, moveFailed, noop, preMove, processStrategy, readLock, readLockCheckInterval, readLockMinLength, readLockTimeout, recursive, sortBy, sorter, startingDirectoryMustExist, tempFileName, tempPrefix |
| Fields inherited from class org.apache.camel.support.ServiceSupport |
|---|
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending |
| Constructor Summary | |
|---|---|
ScpEndpoint()
|
|
ScpEndpoint(String uri,
JschComponent component,
org.apache.camel.component.file.remote.RemoteFileConfiguration configuration)
|
|
| Method Summary | |
|---|---|
protected org.apache.camel.component.file.remote.RemoteFileConsumer<ScpFile> |
buildConsumer(org.apache.camel.Processor processor)
|
protected org.apache.camel.component.file.GenericFileProducer<ScpFile> |
buildProducer()
|
org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile> |
createRemoteFileOperations()
|
ScpConfiguration |
getConfiguration()
|
String |
getScheme()
|
org.apache.camel.Expression |
getTempFileName()
|
| Methods inherited from class org.apache.camel.component.file.remote.RemoteFileEndpoint |
|---|
afterPropertiesSet, createConsumer, createExchange, createProducer, getFileSeparator, getMaximumReconnectAttempts, getParamsAsMap, getReconnectDelay, isAbsolute, isDisconnect, isFastExistsCheck, remoteServerInformation, setDisconnect, setFastExistsCheck, setMaximumReconnectAttempts, setReconnectDelay |
| Methods inherited from class org.apache.camel.component.file.GenericFileEndpoint |
|---|
configureExchange, configureMessage, configureMoveOrPreMoveExpression, createDoneFileName, createGenericFileStrategy, doStart, doStop, getAntFilter, getBufferSize, getCharset, getDoneFileName, getExchanges, getExclude, getExclusiveReadLockStrategy, getFileExist, getFileName, getFilter, getGeneratedFileName, getGenericFileProcessStrategy, getIdempotentRepository, getInclude, getInProgressRepository, getLocalWorkDirectory, getMaxDepth, getMaxMessagesPerPoll, getMinDepth, getMove, getMoveExisting, getMoveFailed, getPreMove, getProcessStrategy, getReadLock, getReadLockCheckInterval, getReadLockMinLength, getReadLockTimeout, getSortBy, getSorter, getTempPrefix, isAllowNullBody, isAutoCreate, isDelete, isDirectoryMustExist, isDoneFile, isEagerDeleteTargetFile, isEagerMaxMessagesPerPoll, isFlatten, isIdempotent, isKeepLastModified, isNoop, isRecursive, isSingleton, isStartingDirectoryMustExist, setAllowNullBody, setAntExclude, setAntInclude, setAutoCreate, setBufferSize, setCharset, setConfiguration, setDelete, setDirectoryMustExist, setDoneFileName, setEagerDeleteTargetFile, setEagerMaxMessagesPerPoll, setExclude, setExclusiveReadLockStrategy, setFileExist, setFileName, setFileName, setFilter, setFlatten, setIdempotent, setIdempotentRepository, setInclude, setInProgressRepository, setKeepLastModified, setLocalWorkDirectory, setMaxDepth, setMaxMessagesPerPoll, setMinDepth, setMove, setMove, setMoveExisting, setMoveExisting, setMoveFailed, setMoveFailed, setNoop, setPreMove, setPreMove, setProcessStrategy, setReadLock, setReadLockCheckInterval, setReadLockMinLength, setReadLockTimeout, setRecursive, setSortBy, setSortBy, setSortBy, setSorter, setStartingDirectoryMustExist, setTempFileName, setTempFileName, setTempPrefix |
| Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint |
|---|
configureProperties |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
configureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.support.ServiceSupport |
|---|
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Endpoint |
|---|
configureProperties, createExchange, createExchange, createExchange, createPollingConsumer, getCamelContext, getEndpointConfiguration, getEndpointKey, getEndpointUri, isLenientProperties, setCamelContext |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public ScpEndpoint()
public ScpEndpoint(String uri,
JschComponent component,
org.apache.camel.component.file.remote.RemoteFileConfiguration configuration)
| Method Detail |
|---|
public ScpConfiguration getConfiguration()
getConfiguration in class org.apache.camel.component.file.remote.RemoteFileEndpoint<ScpFile>protected org.apache.camel.component.file.remote.RemoteFileConsumer<ScpFile> buildConsumer(org.apache.camel.Processor processor)
buildConsumer in class org.apache.camel.component.file.remote.RemoteFileEndpoint<ScpFile>protected org.apache.camel.component.file.GenericFileProducer<ScpFile> buildProducer()
buildProducer in class org.apache.camel.component.file.remote.RemoteFileEndpoint<ScpFile>public org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile> createRemoteFileOperations()
createRemoteFileOperations in class org.apache.camel.component.file.remote.RemoteFileEndpoint<ScpFile>public String getScheme()
getScheme in class org.apache.camel.component.file.GenericFileEndpoint<ScpFile>public org.apache.camel.Expression getTempFileName()
getTempFileName in class org.apache.camel.component.file.GenericFileEndpoint<ScpFile>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||