- 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.AbstractHttpRequestExecutingMessageHandler
-
- headerExpression(String, String) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify SpEL expression for provided header to populate.
- headerExpression(String, Expression) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify SpEL expression for provided header to populate.
- headerExpressions - Variable in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
- headerExpressions(Map<String, Expression>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a Map of SpEL expressions to evaluate in order to generate the Message headers.
- headerFunction(String, Function<HttpEntity<P>, ?>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a Function
for provided header to populate.
- headerMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Set the HeaderMapper
to use when mapping between HTTP headers and MessageHeaders
.
- headerMapper - Variable in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
- headerMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Set the HeaderMapper
to use when mapping between HTTP headers and MessageHeaders.
- headers(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
-
The headers of the mapped request, narrowing the primary mapping.
- HOST - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
- Http - Class in org.springframework.integration.http.dsl
-
The HTTP components Factory.
- 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
.
- HttpControllerEndpointSpec - Class in org.springframework.integration.http.dsl
-
- 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
-
- HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,E>,E extends BaseHttpInboundEndpoint> - Class in org.springframework.integration.http.dsl
-
- HttpInboundEndpointSupportSpec(E, String...) - Constructor for class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
- HttpInboundEndpointSupportSpec.CrossOriginSpec - Class in org.springframework.integration.http.dsl
-
- HttpInboundEndpointSupportSpec.RequestMappingSpec - Class in org.springframework.integration.http.dsl
-
- HttpIntegrationConfigurationInitializer - Class in org.springframework.integration.http.config
-
The HTTP Integration infrastructure beanFactory
initializer.
- HttpIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.http.config.HttpIntegrationConfigurationInitializer
-
- HttpMessageHandlerSpec - Class in org.springframework.integration.http.dsl
-
- httpMethod(HttpMethod) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify the HttpMethod
for requests.
- httpMethodExpression(Expression) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify the SpEL Expression
to determine HttpMethod
at runtime.
- httpMethodFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a Function
to determine HttpMethod
at runtime.
- 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
- HttpRequestHandlerEndpointSpec - Class in org.springframework.integration.http.dsl
-
- 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
-
Construct a gateway that will wait for the replyTimeout
for a reply; if the timeout is exceeded a '500 Internal Server Error'
status code is returned.
- HttpRequestHandlingEndpointSupport(boolean) - Constructor for class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
-
Construct a gateway.
- 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
-
- mapHeaders(Message<?>) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
- mappedRequestHeaders(String...) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Provide the pattern array for request headers to map.
- mappedRequestHeaders(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Provide the pattern array for request headers to map.
- mappedResponseHeaders(String...) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Provide the pattern array for response headers to map.
- mappedResponseHeaders(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Provide the pattern array for response headers to map.
- MAX_FORWARDS - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
- maxAge(long) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
The maximum age (in seconds) of the cache duration for pre-flight responses.
- mergeWithDefaultConverters(boolean) - Method in class org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec
-
Flag which determines if the default converters should be available after custom converters.
- messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec
-
Set the message body converters to use.
- messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
-
Set a list of HttpMessageConverter
s to be used by the underlying RestTemplate
.
- method(RequestMethod...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
List of supported HTTP request methods, e.g.
- methods(HttpMethod...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
-
The HTTP request methods to map to, narrowing the primary mapping:
GET, POST, HEAD, OPTIONS, PUT, PATCH, DELETE, TRACE.
- 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
-
- multipartResolver(MultipartResolver) - Method in class org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec
-
Specify the MultipartResolver
to use when checking requests.
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
-
- onInit() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
- 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.dsl - package org.springframework.integration.http.dsl
-
Provides HTTP Components support for Spring Integration Java DSL.
- org.springframework.integration.http.inbound - package org.springframework.integration.http.inbound
-
Provides classes supporting inbound endpoints.
- org.springframework.integration.http.management - package org.springframework.integration.http.management
-
Provides classes related to management support.
- 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.
- origin(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
List of allowed origins, e.g.
- outboundChannelAdapter(URI) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundChannelAdapter(String) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundChannelAdapter(Function<Message<P>, ?>) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provided
Function
to evaluate target
uri
against request message.
- outboundChannelAdapter(Expression) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provided SpEL
Expression
to evaluate target
uri
against request message.
- outboundChannelAdapter(URI, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundChannelAdapter(String, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundChannelAdapter(Function<Message<P>, ?>, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter
based on provided
Function
to evaluate target
uri
against request message
and
RestTemplate
for HTTP exchanges.
- outboundChannelAdapter(Expression, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter
based on provided SpEL
Expression
to evaluate target
uri
against request message and
RestTemplate
for HTTP exchanges.
- outboundGateway(URI) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundGateway(String) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundGateway(Function<Message<P>, ?>) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway
based on provided
Function
to evaluate target
uri
against request message.
- outboundGateway(Expression) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway
based on provided SpEL
Expression
to evaluate target
uri
against request message.
- outboundGateway(URI, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundGateway(String, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
- outboundGateway(Function<Message<P>, ?>, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway
based on provided
Function
to evaluate target
uri
against request message
and
RestTemplate
for HTTP exchanges.
- outboundGateway(Expression, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway
based on provided SpEL
Expression
to evaluate target
uri
against request message and
RestTemplate
for HTTP exchanges.
- outboundMapper() - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
Factory method for creating a basic outbound mapper instance.
- 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
.
- SERVER - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
- SET_COOKIE - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
- setAllowCredentials(Boolean) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- setAllowedHeaders(String...) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- 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.AbstractHttpRequestExecutingMessageHandler
-
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).
- setCrossOrigin(CrossOrigin) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Set the
CrossOrigin
to permit cross origin requests for this endpoint.
- 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.AbstractHttpRequestExecutingMessageHandler
-
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 endpoint 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.AbstractHttpRequestExecutingMessageHandler
-
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.AbstractHttpRequestExecutingMessageHandler
-
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.AbstractHttpRequestExecutingMessageHandler
-
Specify whether a reply Message is expected.
- setExposedHeaders(String...) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- setExtractPayload(boolean) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
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.BaseHttpInboundEndpoint
-
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.BaseHttpInboundEndpoint
-
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.BaseHttpInboundEndpoint
-
Set the HeaderMapper
to use when mapping between HTTP headers and MessageHeaders.
- setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Set the HeaderMapper
to use when mapping between HTTP headers and MessageHeaders.
- setHeaders(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
-
- setHttpMethod(HttpMethod) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Specify the HttpMethod
for requests.
- setHttpMethodExpression(Expression) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Specify the SpEL Expression
to determine HttpMethod
at runtime.
- 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.
- setMaxAge(long) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- 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 HttpMessageConverter
s to be used by the underlying RestTemplate
.
- setMethod(RequestMethod...) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- setMethods(HttpMethod...) - Method in class org.springframework.integration.http.inbound.RequestMapping
-
- setMultipartFileReader(MultipartFileReader<?>) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
-
- setMultipartResolver(MultipartResolver) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
-
Specify the MultipartResolver
to use when checking requests.
- setName(String) - Method in class org.springframework.integration.http.inbound.RequestMapping
-
- setOrigin(String...) - Method in class org.springframework.integration.http.inbound.CrossOrigin
-
- 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.BaseHttpInboundEndpoint
-
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
-
- 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.BaseHttpInboundEndpoint
-
Set the
RequestMapping
which allows you to specify a flexible RESTFul-mapping for this endpoint.
- setRequestPayloadType(ResolvableType) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Specify the type of payload to be generated when the inbound HTTP request
content is read by the converters/encoders.
- setRequestPayloadTypeClass(Class<?>) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Specify the type of payload to be generated when the inbound HTTP request
content is read by the converters/encoders.
- setStatusCodeExpression(Expression) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Specify the Expression
to resolve a status code for Response to override
the default '200 OK' or '500 Internal Server Error' for a timeout.
- setStatusCodeExpressionString(String) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Specify the Expression
to resolve a status code for Response to override
the default '200 OK' or '500 Internal Server Error' for a timeout.
- setStatusCodeIfNeeded(ServerHttpResponse) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
-
- 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.AbstractHttpRequestExecutingMessageHandler
-
Set to true if you wish 'Set-Cookie' headers in responses to be
transferred as 'Cookie' headers in subsequent interactions for
a message.
- setTrustedSpel(boolean) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Set to true if you trust the source of SpEL expressions used to evaluate URI
variables.
- setupDefaultInboundMapper(DefaultHttpHeaderMapper) - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
Subclasses can call this from a static inboundMapper() method to set up
standard header mappings for an inbound mapper.
- setupDefaultOutboundMapper(DefaultHttpHeaderMapper) - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
Subclasses can call this from a static outboundMapper() method to set up
standard header mappings for an outbound mapper.
- 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.AbstractHttpRequestExecutingMessageHandler
-
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.AbstractHttpRequestExecutingMessageHandler
-
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.
- shouldMapInboundHeader(String) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
- 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
-
- statusCodeExpression(String) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify the Expression
to resolve a status code for Response to override
the default '200 OK' or '500 Internal Server Error' for a timeout.
- statusCodeExpression(Expression) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify the Expression
to resolve a status code for Response to override
the default '200 OK' or '500 Internal Server Error' for a timeout.
- statusCodeFunction(Function<Void, ?>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify the Function
to resolve a status code for Response to override
the default '200 OK' or '500 Internal Server Error' for a timeout.
- supports(Class<?>) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
-