Class WebResponseGateway

All Implemented Interfaces:
Namespaced<ResultGateway>, ResultGateway

public class WebResponseGateway extends AbstractNamespaced<ResultGateway> implements ResultGateway
Specialized implementation of the ResultGateway interface for sending web response messages.

This class is responsible for handling responses to web requests, dispatching the result message to the specified target using a GatewayClient.

The dispatch process utilizes the DispatchInterceptor and WebResponseMapper to modify or monitor web responses before they are sent.

See Also: