Uses of Class
org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec
Packages that use BaseHttpInboundEndpointSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
-
Uses of BaseHttpInboundEndpointSpec in org.springframework.integration.http.dsl
Classes in org.springframework.integration.http.dsl with type parameters of type BaseHttpInboundEndpointSpecModifier and TypeClassDescriptionclass
BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpec
for theHttpRequestHandlingEndpointSupport
implementations.Subclasses of BaseHttpInboundEndpointSpec in org.springframework.integration.http.dslModifier and TypeClassDescriptionclass
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingController
.class
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingMessagingGateway
.