Uses of Class
org.springframework.integration.http.dsl.HttpControllerEndpointSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
-
Uses of HttpControllerEndpointSpec in org.springframework.integration.http.dsl
Modifier and TypeMethodDescriptionThe error code to use to signal an error in the message handling.The key used to exposeErrors
in the core, in the case that message handling fails.static HttpControllerEndpointSpec
Http.inboundControllerAdapter
(String viewName, String... path) Create anHttpControllerEndpointSpec
builder for one-way adapter based on the provided MVCviewName
andpath
array for mapping.static HttpControllerEndpointSpec
Http.inboundControllerAdapter
(Expression viewExpression, String... path) Create anHttpControllerEndpointSpec
builder for one-way adapter based on the provided SpEL expression andpath
array for mapping.static HttpControllerEndpointSpec
Http.inboundControllerGateway
(String viewName, String... path) Create anHttpControllerEndpointSpec
builder for request-reply gateway based on the provided MVCviewName
andpath
array for mapping.static HttpControllerEndpointSpec
Http.inboundControllerGateway
(Expression viewExpression, String... path) Create anHttpControllerEndpointSpec
builder for request-reply gateway based on the provided SpEL expression andpath
array for mapping.Specify the key to be used when adding the reply Message or payload to the core map (will be payload only unless the value ofBaseHttpInboundEndpoint.setExtractReplyPayload(boolean)
isfalse
).