|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
HeaderMapper
implementation for HTTP.MultipartFileReader
implementation that reads the MultipartFile
content directly into a new MultipartFile
instance that is not restricted
to the HTTP request scope.MultipartFileReader
implementation that copies the MulitpartFile's
content to a new temporary File in the specified directory.FileCopyingMultipartFileReader
that creates temporary
Files in the default temporary directory.
FileCopyingMultipartFileReader
that creates temporary
Files in the given directory.
MessageHandler
implementation that executes HTTP requests by delegating
to a RestTemplate
instance.Controller
interface to be used with a DispatcherServlet front
controller.HttpMessageConverter
implementation that delegates to an instance of
XmlAwareFormHttpMessageConverter
while adding the capability to read
multipart/form-data
content in an HTTP request.MultipartFile
content.MultipartResolver
bean based on the default name defined by the
DispatcherServlet.MULTIPART_RESOLVER_BEAN_NAME
constant if available.
MultipartFile
content.
HttpMessageConverter
implementation for Serializable
instances.SerializingHttpMessageConverter
.
ResponseErrorHandler
for the underlying RestTemplate
.
Errors
in the core, in the case that message handling fails.
ResponseEntity
and will
be returned as a payload of the reply Message.
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
Also see HttpRequestExecutingMessageHandler.setExpectedResponseTypeExpression(Expression)
HeaderMapper
to use when mapping between HTTP headers and MessageHeaders.
HeaderMapper
to use when mapping between HTTP headers and MessageHeaders.
HttpMethod
for requests.
Expression
to determine HttpMethod
dynamically
HttpMessageConverter
s to be used by the underlying RestTemplate
.
MultipartFileReader
to use when reading MultipartFile
content.
MultipartResolver
to use when checking requests.
HttpRequestHandlingEndpointSupport.setExtractReplyPayload(boolean)
is false
).
ClientHttpRequestFactory
for the underlying RestTemplate
.
HttpMessageConverter
s.
ServletServerHttpResponse
.
HttpRequestHandlingEndpointSupport.setupResponseAndConvertReply(ServletServerHttpResponse, Message)
instead.
MultipartFileReader
implementation that does not maintain metadata from
the original MultipartFile
instance.MultipartFile
implementation that represents an uploaded File.HandlerMapping
implementation that matches
against the value of the 'path' attribute, if present, on a Spring Integration HTTP
<inbound-channel-adapter> or <inbound-gateway> element.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |