tESBProviderResponse
Serves a Talend Job cycle result as a response message.
It acts as a service provider response builder at the end of each Talend Job cycle.
tESBProviderResponse Standard properties
These properties are used to configure tESBProviderResponse running in the Standard Job framework.
The Standard tESBProviderResponse component belongs to the ESB family.
This component is relevant only when used with one of the Talend solutions with ESB, as it should be used with the Service Repository node and the Data Service creation related wizard(s).
Basic settings
Properties | Description |
---|---|
Schema and Edit schema |
|
Advanced settings
Properties | Description |
---|---|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level as well as at each component level. |
Global Variables
Variables | Description |
---|---|
Global Variables |
NB_LINE: the number of rows processed. This is an After variable and it returns an integer. ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage guidance | Description |
---|---|
Usage rule |
The tESBProviderResponse component should only be used with the tESBProviderRequest component to provide a Job result as response for a web service provider, in case of a request-response communication style. |
Limitation |
A JDK is required for this component to operate. |