Features
The POJO (Plain Old Java Object) Service Engine allows to expose your own Java classes as Services. It is useful to
refactor your own Business logic as services.
Each POJO service is represented by a provides section in a POJO Service Unit.
This component provides only services and doesn't act as a consumer of service.
This component is based on the PEtALS CDK.
Figure 1. FTP component mechanism

Recommended Usage
Petals FTP binding component expose an FTP connection as a service in the Petals ESB. It allows JBI consumers to call FTP command. A JBI endpoint is registered into the JBI environment, and is linked to an FTP server, with a configured user/password.
To use this service, the consumer has to call explicitely an operation. When the FTP component receives a message exchange from Petals platform, it call the FTP command associate with the jbi operation. |