Package org.springframework.integration.http.inbound
Provides classes supporting inbound endpoints.
-
Class Summary Class Description BaseHttpInboundEndpoint TheMessagingGatewaySupport
extension for HTTP Inbound endpoints with basic properties.CrossOrigin The mapping to permit cross origin requests (CORS) forHttpRequestHandlingEndpointSupport
.HttpRequestHandlingController Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.HttpRequestHandlingEndpointSupport Base class for HTTP request handling endpoints.HttpRequestHandlingMessagingGateway Inbound Messaging Gateway that handles HTTP Requests.IntegrationRequestMappingHandlerMapping TheHandlerMapping
implementation that detects and registersRequestMappingInfo
s forHttpRequestHandlingEndpointSupport
from a Spring Integration HTTP configuration of<inbound-channel-adapter/>
and<inbound-gateway/>
elements.RequestMapping Class for mapping web requests onto specificHttpRequestHandlingEndpointSupport
.