FileDownloader
downloads files from a Jitterbit server to the client. An instance of this interface can be retrieved from the {@link IntegrationServer} using thefollowing code:
IntegrationServer server = IntegrationServer.getInstance(); FileDownloader call = server.getServerCall(FileDownloader.class);@author Torgil Zethson
|
|