Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A FTPSConnectorMetadataAdapater
is a wrapper around FTPSConnector
that adds support for querying metadata about the extension.
Summary
[Expand]
Inherited Fields |
From class
org.mule.modules.ftps.FTPSConnector
private
B2BProvider |
b2b |
|
private
Boolean |
disableCertificateValidation |
Password for the FTPS Server
|
private
String |
host |
Domain or IP address of the server
|
private
String |
keyStorePassword |
Specify the password for SSL Certificate
|
private
String |
keyStorePath |
Specify where the SSL Certificate is located
|
private
static
final
Logger |
logger |
|
private
Integer |
maxActivePort |
Maximum port for Active data transfers
|
private
Integer |
maxConcurrentReads |
If set, the connector will try to upload files to the temporary directory and move them to their final destination once the
upload completes."
|
private
Integer |
minActivePort |
Minimum port for Active data transfers
|
private
MuleContext |
muleContext |
|
private
String |
password |
Password for the FTPS Server
|
private
String |
port |
Port of the FTP server
|
private
String |
reportedIpAddress |
Reportable IP address to be used in Active Mode
|
private
FTPSSSLMode |
sslEncryptionMode |
Choose between implicit and explicit modes
|
private
FTPSTransferMode |
transferMode |
Choose between active and passive modes
|
private
String |
uploadTmpDir |
If set, the connector will try to upload files to the temporary directory and move them to their final destination once the
upload completes."
|
private
Boolean |
useB2BProvider |
Integrate with Anypoint B2B platform to manage your AS2 Connector and record AS2 transmissions. |
private
String |
username |
Username for the FTPS Server
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.ftps.adapters.FTPSConnectorCapabilitiesAdapter
boolean
|
isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.ftps.FTPSConnector
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.devkit.capability.Capabilities
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"UNNAMED.2405.44720b7"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MIN_MULE_VERSION
private
static
final
String
MODULE_NAME
private
static
final
String
MODULE_VERSION
Constant Value:
"1.0.0-beta-1"
Public Constructors
public
FTPSConnectorMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
public
String
getDevkitVersion
()
public
String
getMinMuleVersion
()
public
String
getModuleName
()
public
String
getModuleVersion
()