Class Execution
If a class with a main method is located within the class path of the Integration Server, it can be called directly here. The class is executed inside the virtual machine of the Integration Server, which makes it possible to access the service framework and helper classes.
(1) The full class name with package.
(2) List of the parameters passed to the main method of the class. Modifications can be made via the context menu.
(3) The order of the parameters can be changed here.
(4) Calls the main method of the class.