- setAddress(InetAddress) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set the remote internet address to connect to.
- setArchive(URI) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Specifies a directory relative to the polling directory to which
processed files are archived.
- setAutoCreateDirectory(boolean) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Specifies if the endpoint should create the target directory, if it does
not already exist.
- setAutoCreateDirectory(boolean) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Specifies if the endpoint should create the target directory, if it does
not already exist.
- setBinaryMode(boolean) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Use binary mode transfers.
- setChangeWorkingDirectory(boolean) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
When set to true, the poller will do an explicit cwd into the directory to be polled.
- setCheckDuplicates(boolean) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Specifies whether duplicates should be checked.
- setClientPool(FTPClientPool) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Set a custom FTPClientPool.
- setClientPool(FTPClientPool) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Set a custom FTPClientPool.
- setConfig(FTPClientConfig) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Configure a custom FTPClientConfig instance to allow more fine-grained control over the FTP connections in the pool.
- setControlEncoding(String) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Configure the encoding used in the FTP control connections.
- setDataTimeout(int) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Specifies a timeout used on the FTP data connection.
- setDeleteFile(boolean) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Delete the file after it has been succesfully processed? Defaults to true
- setEndpoints(FtpEndpointType[]) - Method in class org.apache.servicemix.ftp.FtpComponent
-
- setFilter(FileFilter) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Sets the filter to select which files have to be processed.
- setHost(String) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set the remote host name to connect to.
- setLocalAddress(InetAddress) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set the local IP address to be used when establishing the connection.
- setLocalPort(int) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set the local TCP/IP port to be used when establishing the connection.
- setLockManager(LockManager) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Set a custom LockManager implementation for keeping track of which files are already being processed.
- setMarshaler(FileMarshaler) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Set a custom FileMarshaler implementation to control how the file contents is being translated into a JBI message.
- setMarshaler(FileMarshaler) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Set a custom FileMarshaler implementation to control how the file contents is being translated into a JBI message.
- setOverwrite(boolean) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Specifies if a file with the same name already exists on the FTP server, the file should be overwritten.
- setPassiveMode(boolean) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Use passive mode FTP transfers.
- setPassword(String) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Set the password for logging into the FTP server.
- setPool(ObjectPool) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set a custom ObjectPool instance to use for the connection pooling.
- setPort(int) - Method in class org.apache.servicemix.ftp.SocketClientPoolSupport
-
Set the remote port number to connect to.
- setRecursive(boolean) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Specifies whether subdirectories should be polled.
- setStateless(boolean) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
When set to false
- setTargetOperation(QName) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Set the operation to be invoked on the target service.
- setUniqueFileName(String) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Sets the name used to make a unique name if no file name is available on the message.
- setUploadPrefix(String) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Deprecated.
- setUploadSuffix(String) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Deprecated.
- setUri(URI) - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
Configures the endpoint from a URI.
- setUri(URI) - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-
Configures the endpoint from a URI
- setUsername(String) - Method in class org.apache.servicemix.ftp.FTPClientPool
-
Set the login to use to access the FTP server.
- SocketClientPoolSupport - Class in org.apache.servicemix.ftp
-
A pool of
SocketClient instances from the
Jakarta Commons Net library to handle
internet networking connections.
- SocketClientPoolSupport() - Constructor for class org.apache.servicemix.ftp.SocketClientPoolSupport
-
- start() - Method in class org.apache.servicemix.ftp.FtpPollerEndpoint
-
- start() - Method in class org.apache.servicemix.ftp.FtpSenderEndpoint
-