Class HttpInboundEndpointParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
WebFluxInboundEndpointParser

public class HttpInboundEndpointParser extends AbstractSingleBeanDefinitionParser
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace. The constructor's boolean value specifies whether a reply is to be expected. This value should be 'false' for the 'inbound-channel-adapter' and 'true' for the 'inbound-gateway'.
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell, Biju Kunjummen, Artem Bilan