Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A FTPSConnectorCapabilitiesAdapter
is a wrapper around FTPSConnector
that implements org.mule.api.Capabilities interface.
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
|
|
Public Methods |
boolean
|
isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
|
[Expand]
Inherited Methods |
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.devkit.capability.Capabilities
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
Public Constructors
public
FTPSConnectorCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(ModuleCapability capability)
Returns true if this module implements such capability