All Classes and Interfaces

Class
Description
Base class for http outbound adapter/gateway.
The MessagingGatewaySupport extension for HTTP Inbound endpoints with basic properties.
A base MessagingGatewaySpec for the HttpRequestHandlingEndpointSupport implementations.
The base MessageHandlerSpec for AbstractHttpRequestExecutingMessageHandlers.
The mapping to permit cross origin requests (CORS) for HttpRequestHandlingEndpointSupport.
Default HeaderMapper implementation for HTTP.
MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
Enables the IntegrationGraphController if org.springframework.web.servlet.DispatcherServlet or org.springframework.web.reactive.DispatcherHandler is present in the classpath.
MultipartFileReader implementation that copies the MultipartFile's content to a new temporary File in the specified directory.
The HTTP components Factory.
Utility class for accessing HTTP integration components from the BeanFactory.
 
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace.
 
A fluent API for the CrossOrigin.
A fluent API for the RequestMapping.
The HTTP Integration infrastructure beanFactory initializer.
Namespace handler for Spring Integration's http namespace.
Parser for the 'outbound-channel-adapter' element of the http namespace.
Parser for the 'outbound-gateway' element of the http namespace.
A MessageHandler implementation that executes HTTP requests by delegating to a RestTemplate instance.
Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
Base class for HTTP request handling endpoints.
Inbound Messaging Gateway that handles HTTP Requests.
The REST Controller to provide the management API over IntegrationGraphServer.
The BeanDefinitionParser for the <int-http:graph-controller> component.
Registers the necessary beans for EnableIntegrationGraphController.
The HandlerMapping implementation that detects and registers RequestMappingInfos for HttpRequestHandlingEndpointSupport from a Spring Integration HTTP configuration of <inbound-channel-adapter/> and <inbound-gateway/> elements.
A WebExchangeBindException extension for validation error with a failed message context.
An HttpMessageConverter implementation that delegates to an instance of AllEncompassingFormHttpMessageConverter while adding the capability to read multipart/form-data content in an HTTP request.
Strategy for reading MultipartFile content.
 
Class for mapping web requests onto specific HttpRequestHandlingEndpointSupport.
An HttpMessageConverter implementation for Serializable instances.
MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance.
A MultipartFile implementation that represents an uploaded File.