See: Description
Class | Description |
---|---|
HttpContextUtils |
Utility class for accessing HTTP integration components
from the
BeanFactory . |
HttpInboundEndpointParser |
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements
of the 'http' namespace.
|
HttpIntegrationConfigurationInitializer |
The HTTP Integration infrastructure
beanFactory 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 |
The
BeanDefinitionParser for the <int-http:graph-controller> component. |
Annotation Type | Description |
---|---|
EnableIntegrationGraphController |
Enables the
IntegrationGraphController if
org.springframework.web.servlet.DispatcherServlet or
org.springframework.web.reactive.DispatcherHandler is present in the classpath. |