Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractHttpRequestExecutingMessageHandler - Class in org.springframework.integration.http.outbound
-
Base class for http outbound adapter/gateway.
- AbstractHttpRequestExecutingMessageHandler(Expression) - Constructor for class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- activeCount - Variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- 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.BaseHttpInboundEndpoint
- allowCredentials(Boolean) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
Whether the browser should include any cookies associated with the domain of the request being annotated.
- allowedHeaders(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
List of request headers that can be used during the actual request.
- allowedOrigins() - Element in annotation interface org.springframework.integration.http.config.EnableIntegrationGraphController
-
Specify allowed origin URLs for cross-origin request handling.
B
- BaseHttpInboundEndpoint - Class in org.springframework.integration.http.inbound
-
The
MessagingGatewaySupport
extension for HTTP Inbound endpoints with basic properties. - BaseHttpInboundEndpoint(boolean) - Constructor for class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> - Class in org.springframework.integration.http.dsl -
A base
MessagingGatewaySpec
for theHttpRequestHandlingEndpointSupport
implementations. - BaseHttpInboundEndpointSpec(E, String...) - Constructor for class org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec
- BaseHttpMessageHandlerSpec<S extends BaseHttpMessageHandlerSpec<S,
E>, E extends AbstractHttpRequestExecutingMessageHandler> - Class in org.springframework.integration.http.dsl -
The base
MessageHandlerSpec
forAbstractHttpRequestExecutingMessageHandler
s. - BaseHttpMessageHandlerSpec(E) - Constructor for class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- beforeShutdown() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
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
- charset(String) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify the charset name to use for converting String-typed payloads to bytes.
- consumes(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
-
The consumable media types of the mapped request, narrowing the primary mapping.
- containsElementIgnoreCase(String[], String) - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- CONTENT_MD5 - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- convertExceptions(boolean) - Method in class org.springframework.integration.http.dsl.HttpRequestHandlerEndpointSpec
-
Flag to determine if conversion and writing out of message handling exceptions should be attempted.
- convertRequestMappingToAnnotation(RequestMapping) - Static method in class org.springframework.integration.http.config.HttpContextUtils
-
Converts a provided
RequestMapping
to the Spring WebRequestMapping
annotation. - convertToString(Object) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- createEvaluationContext() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- crossOrigin(Consumer<HttpInboundEndpointSupportSpec.CrossOriginSpec>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
- CrossOrigin - Class in org.springframework.integration.http.inbound
-
The mapping to permit cross origin requests (CORS) for
HttpRequestHandlingEndpointSupport
. - CrossOrigin() - Constructor for class org.springframework.integration.http.inbound.CrossOrigin
D
- DATE_FORMATS - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- DEFAULT_ERROR_CODE - Static variable in class org.springframework.integration.http.inbound.HttpRequestHandlingController
-
The View model key for the error code.
- DEFAULT_ERRORS_KEY - Static variable in class org.springframework.integration.http.inbound.HttpRequestHandlingController
-
The View model key for errors.
- DEFAULT_REPLY_KEY - Static variable in class org.springframework.integration.http.inbound.HttpRequestHandlingController
-
The View model key for reply.
- 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 theMultipartFile
content directly into a newMultipartFile
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, RequestEntity<?>) - 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.AbstractHttpRequestExecutingMessageHandler
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
E
- EnableIntegrationGraphController - Annotation Interface in org.springframework.integration.http.config
-
Enables the
IntegrationGraphController
iforg.springframework.web.servlet.DispatcherServlet
ororg.springframework.web.reactive.DispatcherHandler
is present in the classpath. - encodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a
DefaultUriBuilderFactory.EncodingMode
for uri construction. - equals(Object) - Method in exception org.springframework.integration.http.support.IntegrationWebExchangeBindException
- errorCode(String) - Method in class org.springframework.integration.http.dsl.HttpControllerEndpointSpec
-
The error code to use to signal an error in the message handling.
- errorHandler(ResponseErrorHandler) - Method in class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
-
Set the
ResponseErrorHandler
for the underlyingRestTemplate
. - errorsKey(String) - Method in class org.springframework.integration.http.dsl.HttpControllerEndpointSpec
-
The key used to expose
Errors
in the core, in the case that message handling fails. - evaluateHttpStatus(HttpEntity<?>) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- evaluateTypeFromExpression(Message<?>, Expression, String) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- exchange(Object, HttpMethod, HttpEntity<?>, Object, Message<?>, Map<String, ?>) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- exchange(Object, HttpMethod, HttpEntity<?>, Object, Message<?>, Map<String, ?>) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
- expectedResponseType(Class<?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify the expected response type for the REST request.
- expectedResponseType(ParameterizedTypeReference<?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a
ParameterizedTypeReference
for the expected response type for the REST request. - expectedResponseTypeExpression(Expression) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- expectedResponseTypeFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- expectReply(boolean) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- exposedHeaders(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.CrossOriginSpec
-
List of response headers that the user-agent will allow the client to access.
- extractPayload(boolean) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify whether the outbound message's payload should be extracted when preparing the request body.
- extractReplyPayload(boolean) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify whether only the reply Message's payload should be passed in the response.
- extractRequestBody(ServletServerHttpRequest) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
- extractResponseBody(boolean) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
The flag to extract a body of the
ResponseEntity
for reply message payload.
F
- FileCopyingMultipartFileReader - Class in org.springframework.integration.http.multipart
-
MultipartFileReader
implementation that copies the MultipartFile'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
- getAllowCredentials() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- getAllowedHeaders() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- getBeanClassName(Element) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
- getBeanFactory() - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- getBuilder(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
- getBuilder(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
- getBytes() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
- getComponentsToRegister() - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- getComponentsToRegister() - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
- getComponentType() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- 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
- getCorsConfiguration(Object, HttpServletRequest) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- getCrossOrigin() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getExposedHeaders() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- getExtractReplyPayload() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- 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
- getFirstDate(String, String) - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- getGraph() - Method in class org.springframework.integration.http.management.IntegrationGraphController
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- getHeaderExpressions() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getHeaderMapper() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getHeaders() - Method in class org.springframework.integration.http.inbound.RequestMapping
- getHttpHeader(HttpHeaders, String) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- getInputChannelAttributeName() - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
- getInputStream() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
- getIntegrationPatternType() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getIntegrationPatternType() - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- getMaxAge() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- getMessage() - Method in exception org.springframework.integration.http.support.IntegrationWebExchangeBindException
- getMessageConverters() - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
- getMethod() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- 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
- getName() - Method in class org.springframework.integration.http.inbound.RequestMapping
- getName() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
- getOrigin() - Method in class org.springframework.integration.http.inbound.CrossOrigin
- 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
- getPayloadExpression() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getProduces() - Method in class org.springframework.integration.http.inbound.RequestMapping
- getReply(ResponseEntity<?>) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- getRequestMapping() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getRequestMethods() - Method in class org.springframework.integration.http.inbound.RequestMapping
- getRequestPayloadType() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getSize() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
- getStatusCodeExpression() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- getSupportedMediaTypes() - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
- getValidator() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- GRAPH_CONTROLLER_BEAN_NAME - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
Represents the bean name for the default
IntegrationGraphController
. - GRAPH_CONTROLLER_DEFAULT_PATH - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
Represents the default request mapping path for the
IntegrationGraphController
. - GRAPH_CONTROLLER_PATH_PROPERTY - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
Represents the environment property for the
IntegrationGraphController
request mapping path.
H
- HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
The name for the infrastructure
IntegrationRequestMappingHandlerMapping
bean. - 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
- hashCode() - Method in exception org.springframework.integration.http.support.IntegrationWebExchangeBindException
- 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 - Variable in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
- headerMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Set the
HeaderMapper
to use when mapping between HTTP headers andMessageHeaders
. - 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.
- 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.config
-
Utility class for accessing HTTP integration components from the
BeanFactory
. - HttpControllerEndpointSpec - Class in org.springframework.integration.http.dsl
-
The
BaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingController
. - HttpControllerEndpointSpec(HttpRequestHandlingController, String...) - Constructor for class org.springframework.integration.http.dsl.HttpControllerEndpointSpec
- 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
-
A fluent API for the
CrossOrigin
. - HttpInboundEndpointSupportSpec.RequestMappingSpec - Class in org.springframework.integration.http.dsl
-
A fluent API for the
RequestMapping
. - 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
-
The
BaseHttpMessageHandlerSpec
implementation for theHttpRequestExecutingMessageHandler
. - HttpMessageHandlerSpec(String, RestTemplate) - Constructor for class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
- HttpMessageHandlerSpec(URI, RestTemplate) - Constructor for class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
- HttpMessageHandlerSpec(Expression, RestTemplate) - Constructor for class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
- 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 determineHttpMethod
at runtime. - httpMethodFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a
Function
to determineHttpMethod
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 aRestTemplate
instance. - HttpRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI.
- 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(URI) - 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(Expression, RestTemplate) - Constructor for class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
-
4 Create a handler that will send requests to the provided URI using a provided RestTemplate.
- HttpRequestHandlerEndpointSpec - Class in org.springframework.integration.http.dsl
-
The
BaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingMessagingGateway
. - HttpRequestHandlerEndpointSpec(HttpRequestHandlingMessagingGateway, String...) - Constructor for class org.springframework.integration.http.dsl.HttpRequestHandlerEndpointSpec
- 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
I
- inboundChannelAdapter(String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpRequestHandlerEndpointSpec
builder for one-way adapter based on the providedpath
array for mapping. - inboundControllerAdapter(String, String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpControllerEndpointSpec
builder for one-way adapter based on the provided MVCviewName
andpath
array for mapping. - inboundControllerAdapter(Expression, String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpControllerEndpointSpec
builder for one-way adapter based on the provided SpEL expression andpath
array for mapping. - inboundControllerGateway(String, String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpControllerEndpointSpec
builder for request-reply gateway based on the provided MVCviewName
andpath
array for mapping. - inboundControllerGateway(Expression, String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpControllerEndpointSpec
builder for request-reply gateway based on the provided SpEL expression andpath
array for mapping. - inboundGateway(String...) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpRequestHandlerEndpointSpec
builder for request-reply gateway based on the providedpath
array for mapping. - 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
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.http.config.HttpIntegrationConfigurationInitializer
- IntegrationGraphController - Class in org.springframework.integration.http.management
-
The REST Controller to provide the management API over
IntegrationGraphServer
. - IntegrationGraphController(IntegrationGraphServer) - Constructor for class org.springframework.integration.http.management.IntegrationGraphController
- IntegrationGraphControllerParser - Class in org.springframework.integration.http.config
-
The
BeanDefinitionParser
for the<int-http:graph-controller>
component. - IntegrationGraphControllerParser() - Constructor for class org.springframework.integration.http.config.IntegrationGraphControllerParser
- IntegrationGraphControllerRegistrar - Class in org.springframework.integration.http.config
-
Registers the necessary beans for
EnableIntegrationGraphController
. - IntegrationGraphControllerRegistrar() - Constructor for class org.springframework.integration.http.config.IntegrationGraphControllerRegistrar
- IntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.http.inbound
-
The
HandlerMapping
implementation that detects and registersRequestMappingInfo
s forHttpRequestHandlingEndpointSupport
from a Spring Integration HTTP configuration of<inbound-channel-adapter/>
and<inbound-gateway/>
elements. - IntegrationRequestMappingHandlerMapping() - Constructor for class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- IntegrationWebExchangeBindException - Exception in org.springframework.integration.http.support
-
A
WebExchangeBindException
extension for validation error with a failed message context. - IntegrationWebExchangeBindException(String, Object, BindingResult) - Constructor for exception org.springframework.integration.http.support.IntegrationWebExchangeBindException
- isClientSet() - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- isClientSet() - Method in class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
- isEmpty() - Method in class org.springframework.integration.http.multipart.UploadedMultipartFile
- isExpectReply() - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- isExpectReply() - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- isHandler(Class<?>) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- isReadable(HttpMethod) - Static method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Checks if the request has a readable body (not a GET, HEAD, or OPTIONS request).
J
- JAXB_PRESENT - Static variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
L
- logger - Variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
M
- 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.
- 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 underlyingRestTemplate
. - 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 ofAllEncompassingFormHttpMessageConverter
while adding the capability to readmultipart/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.
N
- NON_READABLE_BODY_HTTP_METHODS - Static variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
O
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
-
HttpRequestHandlingEndpointSupport
s may depend on auto-createdrequestChannel
s, so MVC Handlers detection should be postponed as late as possible. - 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 theDispatcherServlet.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(String) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provideduri
. - outboundChannelAdapter(String, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provideduri
andRestTemplate
. - outboundChannelAdapter(URI) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on providedURI
. - outboundChannelAdapter(URI, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on providedURI
andRestTemplate
. - outboundChannelAdapter(Function<Message<P>, ?>) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on providedFunction
to evaluate targeturi
against request message. - 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 providedFunction
to evaluate targeturi
against request message andRestTemplate
for HTTP exchanges. - outboundChannelAdapter(Expression) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provided SpELExpression
to evaluate targeturi
against request message. - outboundChannelAdapter(Expression, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for one-way adapter based on provided SpELExpression
to evaluate targeturi
against request message andRestTemplate
for HTTP exchanges. - outboundGateway(String) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on provideduri
. - outboundGateway(String, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on provideduri
andRestTemplate
. - outboundGateway(URI) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on providedURI
. - outboundGateway(URI, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on providedURI
andRestTemplate
. - outboundGateway(Function<Message<P>, ?>) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on providedFunction
to evaluate targeturi
against request message. - 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 providedFunction
to evaluate targeturi
against request message andRestTemplate
for HTTP exchanges. - outboundGateway(Expression) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on provided SpELExpression
to evaluate targeturi
against request message. - outboundGateway(Expression, RestTemplate) - Static method in class org.springframework.integration.http.dsl.Http
-
Create an
HttpMessageHandlerSpec
builder for request-reply gateway based on provided SpELExpression
to evaluate targeturi
against request message andRestTemplate
for HTTP exchanges. - outboundMapper() - Static method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
Factory method for creating a basic outbound mapper instance.
P
- params(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
-
The parameters of the mapped request, narrowing the primary mapping.
- parse(Element, ParserContext) - Method in class org.springframework.integration.http.config.IntegrationGraphControllerParser
- parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
- parseHandler(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
- path() - Element in annotation interface org.springframework.integration.http.config.EnableIntegrationGraphController
-
Specify the Request Mapping path for the
IntegrationGraphController
. - payloadExpression(String) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a SpEL expression to evaluate in order to generate the Message payload.
- payloadExpression(Expression) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a SpEL expression to evaluate in order to generate the Message payload.
- payloadFunction(Function<HttpEntity<P>, ?>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a
Function
to evaluate in order to generate the Message payload. - postProcessBeforeDestruction(Object, String) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- PREFIX - Static variable in class org.springframework.integration.http.HttpHeaders
- prepareRequest(HttpServletRequest) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
-
Prepares an instance of
ServletServerHttpRequest
from the rawHttpServletRequest
. - prepareRequestEntity(ServletServerHttpRequest) - Method in class org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport
- produces(String...) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec.RequestMappingSpec
-
The producible media types of the mapped request, narrowing the primary mapping.
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
-
Read
MultipartFile
content. - readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.multipart.SimpleMultipartFileReader
- REFRESH - Static variable in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
- refreshGraph() - Method in class org.springframework.integration.http.management.IntegrationGraphController
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.integration.http.config.IntegrationGraphControllerRegistrar
- replyKey(String) - Method in class org.springframework.integration.http.dsl.HttpControllerEndpointSpec
-
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
BaseHttpInboundEndpoint.setExtractReplyPayload(boolean)
isfalse
). - REQUEST_METHOD - Static variable in class org.springframework.integration.http.HttpHeaders
- REQUEST_URL - Static variable in class org.springframework.integration.http.HttpHeaders
- requestFactory(ClientHttpRequestFactory) - Method in class org.springframework.integration.http.dsl.HttpMessageHandlerSpec
-
Set the
ClientHttpRequestFactory
for the underlyingRestTemplate
. - requestMapping - Variable in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
- requestMapping(Consumer<HttpInboundEndpointSupportSpec.RequestMappingSpec>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Provide a
Consumer
for configuringRequestMapping
viaHttpInboundEndpointSupportSpec.RequestMappingSpec
. - 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
- requestPayloadType(Class<?>) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify the type of payload to be generated when the inbound HTTP request content is read by the
HttpMessageConverter
s. - requestPayloadType(ResolvableType) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify the type of payload to be generated when the inbound HTTP request content is read by the
HttpMessageConverter
s. - requiresDestruction(Object) - Method in class org.springframework.integration.http.inbound.IntegrationRequestMappingHandlerMapping
- resolveHttpStatusFromHeaders(MessageHeaders) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
- ROME_TOOLS_PRESENT - Static variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
S
- SerializingHttpMessageConverter - Class in org.springframework.integration.http.converter
-
An
HttpMessageConverter
implementation forSerializable
instances. - SerializingHttpMessageConverter() - Constructor for class org.springframework.integration.http.converter.SerializingHttpMessageConverter
-
Creates a new instance of the
SerializingHttpMessageConverter
. - 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(String) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Specify the charset name to use for converting String-typed payloads to bytes.
- setCharset(Charset) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
-
Set the character set used for writing form data.
- 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.
- setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
Set the encoding mode to use.
- setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
- 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 underlyingRestTemplate
. - 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.
- setExpectedResponseTypeExpression(Expression) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- 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.
- setExtractResponseBody(boolean) - Method in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
-
The flag to extract a body of the
ResponseEntity
for reply message payload. - 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 determineHttpMethod
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 underlyingRestTemplate
. - setMethod(RequestMethod...) - Method in class org.springframework.integration.http.inbound.CrossOrigin
- setMethodNames(String...) - Method in class org.springframework.integration.http.inbound.RequestMapping
-
Configure a set of supported HTTP methods from their string representations.
- 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 readingMultipartFile
content. - 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
-
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
BaseHttpInboundEndpoint.setExtractReplyPayload(boolean)
isfalse
). - setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
-
Set the
ClientHttpRequestFactory
for the underlyingRestTemplate
. - 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, HttpEntity<?>) - 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.
- setValidator(Validator) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
-
Specify a
Validator
to validate a converted payload from request. - 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 originalMultipartFile
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<RequestEntity<?>, ?>) - 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
T
- toHeaders(HttpHeaders) - Method in class org.springframework.integration.http.support.DefaultHttpHeaderMapper
-
Map from an HttpHeaders instance to integration MessageHeaders.
- transferCookies(boolean) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Set to
true
if you wishSet-Cookie
header in response to be transferred asCookie
header in subsequent interaction for a message. - 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(byte[], String, String, String) - Constructor for class org.springframework.integration.http.multipart.UploadedMultipartFile
- UploadedMultipartFile(File, long, String, String, String) - Constructor for class org.springframework.integration.http.multipart.UploadedMultipartFile
- uriFactory - Variable in class org.springframework.integration.http.outbound.AbstractHttpRequestExecutingMessageHandler
- uriVariable(String, String) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a value SpEL expression for the uri template variable.
- uriVariable(String, Function<Message<P>, ?>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a
Function
to evaluate a value for the uri template variable. - uriVariable(String, Expression) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify an
Expression
to evaluate a value for the uri template variable. - uriVariableExpressions(Map<String, Expression>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Set the Map of URI variable expressions to evaluate against the outbound message when replacing the variable placeholders in a URI template.
- uriVariablesExpression(String) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a SpEL expression to evaluate a
Map
of URI variables at runtime against request message. - uriVariablesExpression(Expression) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
-
Specify a SpEL expression to evaluate a
Map
of URI variables at runtime against request message. - uriVariablesFunction(Function<Message<P>, Map<String, ?>>) - Method in class org.springframework.integration.http.dsl.BaseHttpMessageHandlerSpec
- USER_PRINCIPAL - Static variable in class org.springframework.integration.http.HttpHeaders
V
- validate(Object) - Method in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- validator(Validator) - Method in class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
-
Specify a
Validator
to validate a converted payload from request. - value() - Element in annotation interface org.springframework.integration.http.config.EnableIntegrationGraphController
-
Specify the Request Mapping path for the
IntegrationGraphController
.
W
- WEB_FLUX_PRESENT - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
A
boolean
flag to indicate if theorg.springframework.web.reactive.DispatcherHandler
is present in the CLASSPATH to allow the registration of Integration server reactive components, e.g. - WEB_MVC_PRESENT - Static variable in class org.springframework.integration.http.config.HttpContextUtils
-
A
boolean
flag to indicate if theorg.springframework.web.servlet.DispatcherServlet
is present in the CLASSPATH to allow the registration of Integration server components, e.g. - 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form