| Class | Description |
|---|---|
| DatabasePlugin |
Support for database operations.
|
| DbColumnDescription |
Information about database record columns.
|
| DbParamPlugin |
DB param plugin - can be used only inside database plugin.
|
| DbRowVariable |
Special variable used for database records
|
| FtpDelPlugin |
Ftp Del plugin - can be used only inside ftp plugin for deleting file on remote directory.
|
| FtpGetPlugin |
Ftp Get plugin - can be used only inside ftp plugin for retrieving file from remote directory.
|
| FtpListPlugin |
Ftp List plugin - can be used only inside ftp plugin for listing file in working remote directory.
|
| FtpMkdirPlugin |
Ftp Mkdir plugin - can be used only inside ftp plugin for creating directory on remote directory.
|
| FtpPlugin |
FTP processor
|
| FtpPutPlugin |
Ftp Put plugin - can be used only inside ftp plugin for storing file to remote directory.
|
| FtpRmdirPlugin |
Ftp Mkdir plugin - can be used only inside ftp plugin for removing subdirectory on remote directory.
|
| JsonToXmlPlugin |
Converter from JSON to XML
|
| MailAttachPlugin |
Mail attachment plugin - can be used only inside mail plugin.
|
| MailPlugin |
Mail sending processor.
|
| TokenizePlugin |
Support for database operations.
|
| XmlToJsonPlugin |
Converter from XML to JSON
|
| ZipEntryPlugin |
Zip entry plugin - can be used only inside zip plugin.
|
| ZipPlugin |
ZIP processor
|
| Exception | Description |
|---|---|
| FtpPluginException |
Runtime exception for FtpPlugin
|
| MailPluginException |
Runtime exception for MailPlugin
|
| ZipPluginException |
Runtime exception for ZipPlugin
|
Copyright © 2022 WSO2. All rights reserved.