This page describes the XML format of the PipeT pipeline setup file.
The general layout of the file is as follows:
<?xml version="1.0"?> <pipelineConfiguration> <cachePolicies/> <modules/> <pipelines/> </pipelineConfiguration>
Prescribes the cache policy of a module.
Contains cache policy definitions.
Defines if (and how) the module is exported as a web service.
Defines a module, or -when used in a pipeline- extends a module.
Contains pipeline definitions.
The root element of a configuration file: defines a pipeline configuration.