Show Table of Contents
3.9. Creating an ESB Action
- Open an ESB or Java project.
- Select → → in the main menu or from the context project menu. Then click → in the new dialog.
- Click and you will be brought to the New ESB Action wizard where the class name should be specified. You can also set a package or add an interface.
- JBoss ESB 4.9 introduced a new set of Action Annotations. The new set of Action Annotations help make it easier to create clean ESB Action implementations by hiding the complexities of implementing interfaces and abstract classes, as well as dealing with the ConfigTree type. If you wish use these annotations, check the type As annotated POJO. Otherwise check the type As AbstractActionPipelineProcessor implementation.The Annotations are:
- @Process
- @ConfigProperty
- @Initialize
- @Destroy
- @BodyParam
- @PropertyParam
- @AttachmentParam
- @OnSucess
- @OnException
- Click on to generate the ESB Action class. This class will become available in ESB Editor wizards.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.