Spring Integration

Package org.springframework.integration.http.inbound

Provides classes supporting inbound endpoints.

See:
          Description

Class Summary
HttpRequestHandlingController Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
HttpRequestHandlingEndpointSupport Base class for HTTP request handling endpoints.
HttpRequestHandlingMessagingGateway Inbound Messaging Gateway that handles HTTP Requests.
UriPathHandlerMapping A HandlerMapping implementation that matches against the value of the 'path' attribute, if present, on a Spring Integration HTTP <inbound-channel-adapter> or <inbound-gateway> element.
 

Package org.springframework.integration.http.inbound Description

Provides classes supporting inbound endpoints.


Spring Integration