src
|
Contains the source code of the design-time configurations.
A palette package is created, which contains the following Java files:
- The
Palette_Name.java file contains the methods to access your plug-in project.
- The
Palette_NameExceptionsSchema.java file contains the fault schema related methods.
Note: This file is generated only when you do
not configure any fault schema.
Besides, a separate package is created corresponding to each activity. Each activity package contains the following Java files:
- The
ActivityNameGeneral/Advanced/customizedSection.java file contains the source code of the
General tab, the
Advanced tab, and the
customized tab, including the source code for the GUI elements configured in these sections.
- The
ActivityNameModelHelper.java file contains the source code to initiate a model.
- The
ActivityNameSchema.java file contains the input and output schema.
Note: This file is generated when using an XSD file or a WSDL file or using XSD Editor to generate the activity input and output.
- The
ActivityNameSignature.java file contains the source code of the
Input,
Output, and
Fault tabs.
|