Uses of Class
org.springframework.integration.http.dsl.HttpRequestHandlerEndpointSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
-
Uses of HttpRequestHandlerEndpointSpec in org.springframework.integration.http.dsl
Modifier and TypeMethodDescriptionHttpRequestHandlerEndpointSpec.convertExceptions
(boolean convertExceptions) Flag to determine if conversion and writing out of message handling exceptions should be attempted.Http.inboundChannelAdapter
(String... path) Create anHttpRequestHandlerEndpointSpec
builder for one-way adapter based on the providedpath
array for mapping.Http.inboundGateway
(String... path) Create anHttpRequestHandlerEndpointSpec
builder for request-reply gateway based on the providedpath
array for mapping.