Java org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.http.inbound HttpRequestHandlingMessagingGateway.

The text is from its open source code.

Subclass

org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetRequestChannel(MessageChannel requestChannel)
Set the request channel.
voidsetRequestMapping(RequestMapping requestMapping)
Set the RequestMapping which allows you to specify a flexible RESTFul-mapping for this endpoint.
voidsetRequestPayloadType(ResolvableType requestPayloadType)
Specify the type of payload to be generated when the inbound HTTP request content is read by the converters/encoders.