PFX Namespace
Configuring IM can be faster and shorter if you make use of the PFX namespace:Â xmlns:pfx
. Its definition is in the pfx.xsd file.
Using the PFX namespace is mandatory if you define routes directly in the camel-context.xml file.Â
Namespaces will be deprecated in future versions of IntegrationManager.
Sample usage in XML file
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.pricefx.eu/schema/pfx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:pfx="http://www.pricefx.eu/schema/pfx"
xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
http://www.pricefx.eu/schema/pfx http://www.pricefx.eu/schema/pfx.xsd"
xmlns:p="http://www.springframework.org/schema/p">
</beans:beans>
List of Elements
Elements marked with are deprecated, do not use them.
Datamart related
dmCalculate
dmCustomers
dmFlush
pfx-api:loaddata, pfx:dmLoad
dmProducts
dmRefresh
dmTruncate
Data Source related
dsDelete
dsFetch
dsIntegrate
dsLoad
dsMassEdit
Filters
filter
or
and
criterion
Mappers
integrateMapper
loadMapper
mapper
Price Parameters related
ppvDelete
ppvFetch
ppvIntegrate
ppvLoad
Transform routes
csv-to-list = csvExport
list-to-csv = listToCsv
list-to-xml (DEPRECATED)
xml-to-list (DEPRECATED)
Other
backupRoute
deleteBackupRoute
connection
dbExport (DEPRECATED)
flatpackDataFormat
formulaExecute
For details see:
IntegrationManager version 5.8.0