...
Table of Contents | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Configuration
...
The sequence template is a top-level element defined by the name attribute in the ESB configuration. Both endpoint and sequence template starts with a template element. Parameters (for example, <parameter>) are the inputs supported by this sequence template. These sequence
The parameters available to configure the Sequence Template are as follows.
Parameter Name | Description |
---|---|
Name | The name of the Sequence Template |
onError | Select the error sequence that needs to be invoked. |
Trace Enabled | Whether or not trace is to be enabled for the sequence. |
Statistics Enabled | Whether or not statistics is to be enabled for the sequence. |
Template Parameters | The input parameter that are supported by this Sequence Template. |
Sequence template parameters can be referenced by using an XPath expression defined inside the in-line sequence. For example, the parameter named "foo" can be referenced by the Property mediator (defined inside the in-line sequence of the template) in the following ways:
...