Java org.springframework.integration.http.outbound HttpRequestExecutingMessageHandler fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

HttpRequestExecutingMessageHandler(URI uri)
Create a handler that will send requests to the provided URI.
HttpRequestExecutingMessageHandler(String uri)
Create a handler that will send requests to the provided URI.
HttpRequestExecutingMessageHandler(Expression uriExpression)
Create a handler that will send requests to the provided URI Expression.

Method

voidsetExpectedResponseType(Class expectedResponseType)
Specify the expected response type for the REST request otherwise the default response type is ResponseEntity and will be returned as a payload of the reply Message.
voidsetHttpMethod(HttpMethod httpMethod)
Specify the HttpMethod for requests.