Uses of Class
org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
-
Uses of HttpRequestHandlingEndpointSupport in org.springframework.integration.http.dsl
Modifier and TypeClassDescriptionclass
BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpec
for theHttpRequestHandlingEndpointSupport
implementations. -
Uses of HttpRequestHandlingEndpointSupport in org.springframework.integration.http.inbound
Modifier and TypeClassDescriptionclass
Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.class
Inbound Messaging Gateway that handles HTTP Requests.