See: Description
Class | Description |
---|---|
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 . |