Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

14.14. Behaviour and Attributes of a Legacy Action

Legacy actions have these characteristics:
  • Configuration of the action is through the provision of a constructor with a single ConfigTree parameter.
  • The action will be instantiated for every message passing through the pipeline.
  • The action has no knowledge of any of the lifecycle methods.
  • The invocation of the process methods will always be done via reflection.