iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Writing a Plugin in Java > Using Chameleon to Generate a Java Destination Plugin |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are writing a destination plugin in Java, the easiest way to create the plugin is to use Chameleon to generate stubcode for it. To do this:
The following is the stubcode that Chameleon generates:
You can modify or customize this code to process messages that have been received. For more information on the IGCdestination class that is used to implement an Iguana destination plugin in Java, see the following pages:
When you have customized the stubcode to meet your needs, and ensured that it builds successfully, your plugin is ready to be tested. See Testing a Destination Plugin for details on how to test your plugin. |