- 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
-
- 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 HttpMessageConverter
s 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
-
- 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
-
- 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
HttpMessageConverter
s.
- 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
-