Package | Description |
---|---|
com.modus.mule.modules.ftps | |
com.modus.mule.modules.ftps.config | |
com.modus.mule.modules.ftps.config.util | |
com.modus.mule.modules.ftps.poll |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.net.ftp.FTPSClient |
FTPSClientFactory.create(FTPSClientConfig clientConfig) |
void |
FTPSConnector.onStart() |
void |
FTPSConnector.read(org.mule.api.callback.SourceCallback callback,
String filePath,
String fileName,
String moveToDir,
long pollingInitialDelay,
long pollingFrequency,
long fileSizeDetectionPollingInterval)
read processor
|
String |
FTPSConnector.write(String filePath,
String fileName,
Boolean appendContents,
String oHost,
String oPort,
FTPSTransferMode oTransferMode,
FTPSSSLMode oSSLEncryptionMode,
String oUsername,
String oPassword,
String oServerKeyStorePath,
String oServerKeyStorePassword,
Boolean oDisableServerCertificateValidation,
String oUploadTmpDir,
Boolean oStreaming,
String oReportedIpAddress,
Integer oMinActivePort,
Integer oMaxActivePort,
InputStream payload,
org.mule.api.MuleEvent event)
Write processor
|
Modifier and Type | Method and Description |
---|---|
FTPSConnectorException |
BasicConfig.TestConnectionResult.getException() |
Modifier and Type | Method and Description |
---|---|
void |
BasicConfig.TestConnectionResult.setException(FTPSConnectorException exception) |
Modifier and Type | Method and Description |
---|---|
BasicConfigBean |
BasicConfig.createInboundConfig(String fileName,
String moveToDir,
String filePath,
long pollingFrequency,
long pollingInitialDelay,
long fileSizeDetectionPollingInterval) |
abstract AbstractConfigBean |
AbstractConfig.createInboundConfig(String fileName,
String moveToDir,
String filePath,
long pollingPeriod,
long pollingInitialDelay,
long fileSizeDetectionPollingInterval) |
PartnerManagerConfigBean |
PartnerManagerConfig.createInboundConfig(String fileName,
String moveToDir,
String filePath,
long pollingPeriod,
long pollingInitialDelay,
long fileSizeDetectionPollingInterval) |
BasicConfigBean |
BasicConfig.createOutboundConfig(String fileName,
String filePath) |
abstract AbstractConfigBean |
AbstractConfig.createOutboundConfig(String fileName,
String filePath) |
PartnerManagerConfigBean |
PartnerManagerConfig.createOutboundConfig(String fileName,
String filePath) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.net.ftp.FTPSClient |
PartnerManagerConfigBean.getInboundConnection() |
abstract org.apache.commons.net.ftp.FTPSClient |
AbstractConfigBean.getInboundConnection() |
org.apache.commons.net.ftp.FTPSClient |
BasicConfigBean.getInboundConnection() |
org.apache.commons.net.ftp.FTPSClient |
PartnerManagerConfigBean.getOutboundConnection() |
abstract org.apache.commons.net.ftp.FTPSClient |
AbstractConfigBean.getOutboundConnection() |
org.apache.commons.net.ftp.FTPSClient |
BasicConfigBean.getOutboundConnection() |
Constructor and Description |
---|
ReadFilePoller(AbstractConfigBean config,
org.mule.api.callback.SourceCallback callback) |
Copyright © 2010–2017. All rights reserved.