This is a helper component which is used to expose an Event Process as an web service in the Web Service Gateway (which is a web application deployed in ESB Web Container). This component is not an executable component. It just allows the interfacing of the Web Service Gateway with the Event Process. The client's request is directly delivered to the output port of the Stub component by the gateway and the message received back to the input port is picked by the gateway and returned back to the client.
Points to note
-
The component has runtime arguments to set requestTimeout and TTL for the message being received from Web Service Gateway into the Event Process.
-
HTTP headers are received from the gateway as message properties with the header name prefixed with http_. Example http_Content-Type.
|