Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 19. Reference

19.1. Configuration Descriptors

Each SwitchYard application must include a configuration descriptor named switchyard.xml in the /META-INF directory of its archive. The basic structure of this descriptor is:
  • A parent <switchyard> element, which contains all other configuration.
  • One child <composite> element, which contains the SCA description of the application.
  • No more than one <transforms> element, which can contain one or more transform definitions.
  • No more than one <validates> element, which can contain one or more validate definitions.