| Name | Description | Type | Package | Framework |
| RequestMapping | Class for mapping web requests onto specific HttpRequestHandlingEndpointSupport. | Class | org.springframework.integration.http.inbound | Spring Integration |
| IntegrationRequestMappingHandlerMapping | The HandlerMapping implementation thatdetects and registers RequestMappingInfos for | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingMessagingGateway | Inbound Messaging Gateway that handles HTTP Requests. | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingEndpointSupport | Base class for HTTP request handling endpoints. | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingController | Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet frontThe viewName will be passed into the ModelAndView return value. | Class | org.springframework.integration.http.inbound | Spring Integration |
| CrossOrigin | The mapping to permit cross origin requests (CORS) for HttpRequestHandlingEndpointSupport. | Class | org.springframework.integration.http.inbound | Spring Integration |