Package org.springframework.integration.http.config
Provides classes for configuration - parsers, namespace handlers.
-
Class Summary Class Description HttpContextUtils Utility class for accessing HTTP integration components from theBeanFactory
.HttpInboundEndpointParser Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace.HttpIntegrationConfigurationInitializer The HTTP Integration infrastructurebeanFactory
initializer.HttpNamespaceHandler Namespace handler for Spring Integration's http namespace.HttpOutboundChannelAdapterParser Parser for the 'outbound-channel-adapter' element of the http namespace.HttpOutboundGatewayParser Parser for the 'outbound-gateway' element of the http namespace.IntegrationGraphControllerParser TheBeanDefinitionParser
for the<int-http:graph-controller>
component. -
Annotation Types Summary Annotation Type Description EnableIntegrationGraphController Enables theIntegrationGraphController
iforg.springframework.web.servlet.DispatcherServlet
ororg.springframework.web.reactive.DispatcherHandler
is present in the classpath.