Chapter 19. Reference
19.1. Configuration Descriptors Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
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.