Example usage for org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway subclass-usage

List of usage examples for org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway subclass-usage.

Usage

From source file org.springframework.integration.aws.inbound.SnsInboundChannelAdapter.java

/**
 * The {@link HttpRequestHandlingMessagingGateway} extension for the Amazon WS SNS HTTP(S) endpoints.
 * Accepts all {@code x-amz-sns-message-type}s, converts the received Topic JSON message to the
 * {@link Map} using {@link MappingJackson2HttpMessageConverter} and send it to the provided
 * {@link #requestChannel} as {@link Message} {@code payload}.
 * <p>