<execute> tag

Defines the action for executing business logic. The attributes of the <execute> tag are:

enabled
Indicates whether this action is enabled for use. The default is true.
class
Names the Java™ class that contains your business logic. The class value is required.
method
Names the method inside the class that executes the business logic. The method value is required.
package
Names the package that the Java class resides in on your file system. The package value is optional.