See: Description
Class | Description |
---|---|
BaseHttpInboundEndpoint |
The
MessagingGatewaySupport extension for HTTP Inbound endpoints
with basic properties. |
CrossOrigin |
The mapping to permit cross origin requests (CORS) for
HttpRequestHandlingEndpointSupport . |
HttpRequestHandlingController |
Inbound HTTP endpoint that implements Spring's
Controller 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 |
The
HandlerMapping implementation that
detects and registers RequestMappingInfo s for
HttpRequestHandlingEndpointSupport from a Spring Integration HTTP configuration
of <inbound-channel-adapter/> and <inbound-gateway/> elements. |
RequestMapping |
Class for mapping web requests onto specific
HttpRequestHandlingEndpointSupport . |