Java org.springframework.integration.http.inbound HttpRequestHandlingController fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.http.inbound HttpRequestHandlingController fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.http.inbound HttpRequestHandlingController.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
intbeforeShutdown()
ModelAndViewhandleRequest(HttpServletRequest servletRequest, HttpServletResponse servletResponse)
Handles the HTTP request by generating a Message and sending it to the request channel.
voidsetBeanFactory(BeanFactory beanFactory)
voidsetExtractReplyPayload(boolean extractReplyPayload)
Specify whether only the reply Message's payload should be passed in the response.
voidsetReplyKey(String replyKey)
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 HttpRequestHandlingController#setExtractReplyPayload(boolean) is false).
voidsetRequestChannel(MessageChannel requestChannel)
Set the request channel.
voidsetViewExpression(Expression viewExpression)
Specifies a SpEL expression to evaluate in order to generate the view name.
voidsetViewName(String viewName)
Specify the view name.
voidstart()