Uses of Class
org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Packages that use 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.dslClasses in org.springframework.integration.http.dsl with type parameters of type HttpRequestHandlingEndpointSupportModifier and TypeClassDescriptionclassBaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpecfor theHttpRequestHandlingEndpointSupportimplementations.
- 
Uses of HttpRequestHandlingEndpointSupport in org.springframework.integration.http.inboundModifier and TypeClassDescriptionclassInbound HTTP endpoint that implements Spring'sControllerinterface to be used with a DispatcherServlet front controller.classInbound Messaging Gateway that handles HTTP Requests.