The adapter configuration file supports the XML
XInclude extension so you can reference other files from the configuration file. This makes it possible, for example, to keep the transport properties in one file and the mapping properties in another. For more information on XML Inclusions, see
https://www.w3.org/TR/xinclude/. The standard adapters packaged with the Apama installation use this scheme. For example, the Apama ODBC adapter specifies its transport properties in the
adapters\config\ODBC.xml.dist file and its mapping properties in the
adapters\config\ODBC-static.xml. For more information on the standard Apama adapters, see
The File IAF Adapter (JMultiFileTransport).