Chapter 14. Developing Your Own Actions

download PDF

14.1. Developing Custom Actions

You can develop your own actions in any of the following ways, each of which has its own advantages and disadvantages:
  • Lifecycle actions, implementing org.jboss.soa.esb.actions.ActionLifecycle or org.jboss.soa.esb.actions.ActionPipelineProcessor
  • Java bean actions, implementing org.jboss.soa.esb.actions.BeanConfiguredAction
  • Annotated actions
  • Legacy actions
In order to understand the differences between each implementation it is necessary to understand:
  • How the actions are configured
  • When the actions are instantiated and the implications on thread safety
  • Whether they have visibility of life-cycle events
  • Whether the action methods are invoked directly or via reflection
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.