Using the Java Wrapper

For ease of use, TIBCO MFT Internet Server provides wrapper classes that hide the proprietary protocol details. A sample program is supplied with TIBCO MFT Internet Server that explains how this code works.

The sample program is called APIExample.java and is distributed in these two files. The source code for both Windows and UNIX is identical; you can use either file.
  • UNIX: MFT-Install/distribution/InternetTransfer/InternetTransferClient.tar
  • Windows: MFT-Install/distribution/InternetTransfer/InternetTransferClient.zip
APIExample.java references all the wrapper classes and demonstrates how to use them. Follow the instructions in this file to compile and run your Java implementations.