Pipeline
Pipeline is used to route messages after transforming them. For example, you could use a Saxon component to transform a message and then route it to an FTP component.

Required properties
- You must set at least one of the following properties (In each case, the default value is the component name):
- endpoint
- service
- interfaceName
- The target is where the transformed message has to go.
- The transformer is where original message has to go to be transformed. Then the message will be forwarded to the pipeline.
Note: A pipeline has two outputs: the transformer and the target.