This is a helper component which is used to expose an Event Process as an HTTP context in the HTTP 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 HTTP Gateway with the Event Process. The client’s request is directly delivered to the output port of the HTTP 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 HTTP 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.
-
HTTP parameters are received from the gateway as message properties with the parameter name prefixed with param_. Example param_myproperty.
|