A B C D F G H I M O P R S T U W 

A

afterPropertiesSet() - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
afterShutdown() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 

B

beforeShutdown() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 

C

canRead(Class<?>, MediaType) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
 
COOKIE - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
createEvaluationContext() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 

D

DefaultHttpHeaderMapper - Class in org.springframework.integration.http.support
Default HeaderMapper implementation for HTTP.
DefaultHttpHeaderMapper() - Constructor for class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
DefaultMultipartFileReader - Class in org.springframework.integration.http.multipart
MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
DefaultMultipartFileReader() - Constructor for class org.springframework.integration.http.multipart.DefaultMultipartFileReader
 
detectHandlerMethods(Object) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
 
doHandleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Handles the HTTP request by generating a Message and sending it to the request channel.
doInit() - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
doStart() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Lifecycle

F

FileCopyingMultipartFileReader - Class in org.springframework.integration.http.multipart
MultipartFileReader implementation that copies the MulitpartFile's content to a new temporary File in the specified directory.
FileCopyingMultipartFileReader() - Constructor for class org.springframework.integration.http.multipart.FileCopyingMultipartFileReader
Create a FileCopyingMultipartFileReader that creates temporary Files in the default temporary directory.
FileCopyingMultipartFileReader(File) - Constructor for class org.springframework.integration.http.multipart.FileCopyingMultipartFileReader
Create a FileCopyingMultipartFileReader that creates temporary Files in the given directory.
fromHeaders(MessageHeaders, HttpHeaders) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Map from the integration MessageHeaders to an HttpHeaders instance.

G

getBeanClassName(Element) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
getBytes() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getComponentType() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
getComponentType() - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
 
getConsumes() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getContentType() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getFile(String) - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getFileMap() - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getFileNames() - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getFiles(String) - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
 
getHeaders() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getInputChannelAttributeName() - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
getInputStream() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getMessageConverters() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
getMethods() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getMultiFileMap() - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getMultipartContentType(String) - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
Once we depend upon Spring 3.1 as a minimum, this code can be changed to: this.multipartServletRequest.getMultipartContentType(String paramOrFileName)
getName() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getOriginalFilename() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getParameterMap() - Method in class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 
getParams() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getPathPatterns() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getProduces() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getRequestMapping() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
getRequestMethods() - Method in class org.springframework.integration.http.inbound.RequestMapping
 
getSize() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
getSupportedMediaTypes() - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 

H

HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.integration.http.support.HttpContextUtils
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
Handles the HTTP request by generating a Message and sending it to the request channel.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway
Handles the HTTP request by generating a Message and sending it to the request channel.
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
 
HTTP_REQUEST_HEADER_NAME_PATTERN - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
HTTP_RESPONSE_HEADER_NAME_PATTERN - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
HttpContextUtils - Class in org.springframework.integration.http.support
Utility class for accessing HTTP integration components from the BeanFactory.
HttpContextUtils() - Constructor for class org.springframework.integration.http.support.HttpContextUtils
 
HttpHeaders - Class in org.springframework.integration.http
 
HttpHeaders() - Constructor for class org.springframework.integration.http.HttpHeaders
 
HttpInboundEndpointParser - Class in org.springframework.integration.http.config
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace.
HttpInboundEndpointParser(boolean) - Constructor for class org.springframework.integration.http.config.HttpInboundEndpointParser
 
HttpIntegrationConfigurationInitializer - Class in org.springframework.integration.http.config
The HTTP Integration infrastructure beanFactory initializer.
HttpIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.http.config.HttpIntegrationConfigurationInitializer
 
HttpNamespaceHandler - Class in org.springframework.integration.http.config
Namespace handler for Spring Integration's http namespace.
HttpNamespaceHandler() - Constructor for class org.springframework.integration.http.config.HttpNamespaceHandler
 
HttpOutboundChannelAdapterParser - Class in org.springframework.integration.http.config
Parser for the 'outbound-channel-adapter' element of the http namespace.
HttpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
 
HttpOutboundGatewayParser - Class in org.springframework.integration.http.config
Parser for the 'outbound-gateway' element of the http namespace.
HttpOutboundGatewayParser() - Constructor for class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
HttpRequestExecutingMessageHandler - Class in org.springframework.integration.http.outbound
A MessageHandler implementation that executes HTTP requests by delegating to a RestTemplate instance.
HttpRequestExecutingMessageHandler(URI) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI.
HttpRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI.
HttpRequestExecutingMessageHandler(Expression) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI Expression.
HttpRequestExecutingMessageHandler(String, RestTemplate) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI using a provided RestTemplate
HttpRequestExecutingMessageHandler(Expression, RestTemplate) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI using a provided RestTemplate
HttpRequestHandlingController - Class in org.springframework.integration.http.inbound
Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
HttpRequestHandlingController() - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingController
 
HttpRequestHandlingController(boolean) - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingController
 
HttpRequestHandlingEndpointSupport - Class in org.springframework.integration.http.inbound
Base class for HTTP request handling endpoints.
HttpRequestHandlingEndpointSupport() - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
HttpRequestHandlingEndpointSupport(boolean) - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
HttpRequestHandlingMessagingGateway - Class in org.springframework.integration.http.inbound
Inbound Messaging Gateway that handles HTTP Requests.
HttpRequestHandlingMessagingGateway() - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway
 
HttpRequestHandlingMessagingGateway(boolean) - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway
 

I

inboundMapper() - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Factory method for creating a basic inbound mapper instance.
init() - Method in class org.springframework.integration.http.config.HttpNamespaceHandler
 
initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.http.config.HttpIntegrationConfigurationInitializer
 
IntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.http.inbound
The HandlerMapping implementation that detects and registers RequestMappingInfos for HttpRequestHandlingEndpointSupport from a Spring Integration HTTP configuration of <inbound-channel-adapter/> and <inbound-gateway/> elements.
IntegrationRequestMappingHandlerMapping() - Constructor for class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
 
isEmpty() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 
isExpectReply() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 
isHandler(Class<?>) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
 
isShuttingDown() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
 

M

mapHeaders(Message<?>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
 
MultipartAwareFormHttpMessageConverter - Class in org.springframework.integration.http.converter
An HttpMessageConverter implementation that delegates to an instance of AllEncompassingFormHttpMessageConverter while adding the capability to read multipart/form-data content in an HTTP request.
MultipartAwareFormHttpMessageConverter() - Constructor for class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 
MultipartFileReader<T> - Interface in org.springframework.integration.http.multipart
Strategy for reading MultipartFile content.
MultipartHttpInputMessage - Class in org.springframework.integration.http.multipart
 
MultipartHttpInputMessage(MultipartHttpServletRequest) - Constructor for class org.springframework.integration.http.multipart.MultipartHttpInputMessage
 

O

onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
HttpRequestHandlingEndpointSupports may depend on auto-created requestChannels, so MVC Handlers detection should be postponed as late as possible.
onInit() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
 
onInit() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Locates the MultipartResolver bean based on the default name defined by the DispatcherServlet.MULTIPART_RESOLVER_BEAN_NAME constant if available.
org.springframework.integration.http - package org.springframework.integration.http
Base package for Http support.
org.springframework.integration.http.config - package org.springframework.integration.http.config
Provides classes for configuration - parsers, namespace handlers.
org.springframework.integration.http.converter - package org.springframework.integration.http.converter
Provides classes supporting message conversion.
org.springframework.integration.http.inbound - package org.springframework.integration.http.inbound
Provides classes supporting inbound endpoints.
org.springframework.integration.http.multipart - package org.springframework.integration.http.multipart
Provides classes supporting multipart HTTP requests.
org.springframework.integration.http.outbound - package org.springframework.integration.http.outbound
Provides classes supporting outbound endpoints.
org.springframework.integration.http.support - package org.springframework.integration.http.support
Provides classes to support Http endpoints, including header mapping.
outboundMapper() - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Factory method for creating a basic outbound mapper instance.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
 

R

read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 
readInternal(Class, HttpInputMessage) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
 
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.multipart.DefaultMultipartFileReader
 
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.multipart.FileCopyingMultipartFileReader
 
readMultipartFile(MultipartFile) - Method in interface org.springframework.integration.http.multipart.MultipartFileReader
Reads MultipartFile content.
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.multipart.SimpleMultipartFileReader
 
REQUEST_METHOD - Static variable in class org.springframework.integration.http.HttpHeaders
 
REQUEST_URL - Static variable in class org.springframework.integration.http.HttpHeaders
 
RequestMapping - Class in org.springframework.integration.http.inbound
Class for mapping web requests onto specific HttpRequestHandlingEndpointSupport.
RequestMapping() - Constructor for class org.springframework.integration.http.inbound.RequestMapping
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 

S

SerializingHttpMessageConverter - Class in org.springframework.integration.http.converter
An HttpMessageConverter implementation for Serializable instances.
SerializingHttpMessageConverter() - Constructor for class org.springframework.integration.http.converter.SerializingHttpMessageConverter
Creates a new instance of the SerializingHttpMessageConverter.
SET_COOKIE - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
 
setCharset(Charset) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
Sets the character set used for writing form data.
setCharset(String) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify the charset name to use for converting String-typed payloads to bytes.
setConsumes(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setConvertExceptions(boolean) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway
Flag to determine if conversion and writing out of message handling exceptions should be attempted (default false, in which case they will simply be re-thrown).
setDefaultMultipartCharset(String) - Method in class org.springframework.integration.http.multipart.SimpleMultipartFileReader
Specify the default charset name to use when converting multipart file content into Strings if the multipart itself does not provide a charset.
setEncodeUri(boolean) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify whether the real URI should be encoded after uriVariables expanding and before send request via RestTemplate.
setErrorCode(String) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
The error code to use to signal an error in the message handling.
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set the ResponseErrorHandler for the underlying RestTemplate.
setErrorsKey(String) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
The key used to expose Errors in the core, in the case that message handling fails.
setExcludedInboundStandardResponseHeaderNames(String[]) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Provide header names from the list of standard headers that should be suppressed when mapping inbound endopoint response headers.
setExcludedOutboundStandardRequestHeaderNames(String[]) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Provide header names from the list of standard headers that should be suppressed when mapping outbound endpoint request headers.
setExpectedResponseType(Class<?>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify the expected response type for the REST request otherwise the default response type is ResponseEntity and will be returned as a payload of the reply Message.
setExpectedResponseTypeExpression(Expression) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify the Expression to determine the type for the expected response The returned value of the expression could be an instance of Class or String representing a fully qualified class name
setExpectReply(boolean) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify whether a reply Message is expected.
setExtractPayload(boolean) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify whether the outbound message's payload should be extracted when preparing the request body.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Specify whether only the reply Message's payload should be passed in the response.
setHeaderExpressions(Map<String, Expression>) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Specifies a Map of SpEL expressions to evaluate in order to generate the Message headers.
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Set the HeaderMapper to use when mapping between HTTP headers and MessageHeaders.
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
 
setHeaders(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setHttpMethod(HttpMethod) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify the HttpMethod for requests.
setHttpMethodExpression(Expression) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Specify the SpEL Expression to determine HttpMethod dynamically
setInboundHeaderNames(String[]) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Provide the header names that should be mapped from an HTTP request (for inbound adapters) or HTTP response (for outbound adapters) to a Spring Integration Message's headers.
setMergeWithDefaultConverters(boolean) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Flag which determines if the default converters should be available after custom converters.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set a list of HttpMessageConverters to be used by the underlying RestTemplate.
setMethods(HttpMethod...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setMultipartFileReader(MultipartFileReader<?>) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
Specify the MultipartFileReader to use when reading MultipartFile content.
setMultipartResolver(MultipartResolver) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Specify the MultipartResolver to use when checking requests.
setOutboundHeaderNames(String[]) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Provide the header names that should be mapped to an HTTP request (for outbound adapters) or HTTP response (for inbound adapters) from a Spring Integration Message's headers.
setParams(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setPathPatterns(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setPayloadExpression(Expression) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Specifies a SpEL expression to evaluate in order to generate the Message payload.
setPrefix(String) - Method in class org.springframework.integration.http.multipart.FileCopyingMultipartFileReader
Specify the prefix to use for temporary files.
setProduces(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
 
setReplyKey(String) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
Specify the key to be used when adding the reply Message or payload to the core map (will be payload only unless the value of HttpRequestHandlingEndpointSupport.setExtractReplyPayload(boolean) is false).
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set the ClientHttpRequestFactory for the underlying RestTemplate.
setRequestMapping(RequestMapping) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Set the RequestMapping which allows you to specify a flexible RESTFul-mapping for this endpoint.
setRequestPayloadType(Class<?>) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Specify the type of payload to be generated when the inbound HTTP request content is read by the HttpMessageConverters.
setSuffix(String) - Method in class org.springframework.integration.http.multipart.FileCopyingMultipartFileReader
Specify the suffix to use for temporary files.
setTransferCookies(boolean) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set to true if you wish 'Set-Cookie' headers in responses to be transferred as 'Cookie' headers in subsequent interactions for a message.
setupResponseAndConvertReply(ServletServerHttpResponse, Message<?>) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
Converts the reply message to the appropriate HTTP reply object and sets up the ServletServerHttpResponse.
setUriVariableExpressions(Map<String, Expression>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set the Map of URI variable expressions to evaluate against the outbound message when replacing the variable placeholders in a URI template.
setUriVariablesExpression(Expression) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
Set the Expression to evaluate against the outbound message; the expression must evaluate to a Map of URI variable expressions to evaluate against the outbound message when replacing the variable placeholders in a URI template.
setUserDefinedHeaderPrefix(String) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Sets the prefix to use with user-defined (non-standard) headers.
setViewExpression(Expression) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
Specifies a SpEL expression to evaluate in order to generate the view name.
setViewName(String) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingController
Specify the view name.
SimpleMultipartFileReader - Class in org.springframework.integration.http.multipart
MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance.
SimpleMultipartFileReader() - Constructor for class org.springframework.integration.http.multipart.SimpleMultipartFileReader
 
STATUS_CODE - Static variable in class org.springframework.integration.http.HttpHeaders
 
supports(Class<?>) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
 

T

toHeaders(HttpHeaders) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
Map from an HttpHeaders instance to integration MessageHeaders.
transferTo(File) - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
 

U

UploadedMultipartFile - Class in org.springframework.integration.http.multipart
A MultipartFile implementation that represents an uploaded File.
UploadedMultipartFile(File, long, String, String, String) - Constructor for class org.springframework.integration.http.multipart.UploadedMultipartFile
 
UploadedMultipartFile(byte[], String, String, String) - Constructor for class org.springframework.integration.http.multipart.UploadedMultipartFile
 
USER_PRINCIPAL - Static variable in class org.springframework.integration.http.HttpHeaders
 

W

write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
 
writeInternal(Serializable, HttpOutputMessage) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
 
A B C D F G H I M O P R S T U W