Refactored HttpInboundGateway into HttpInboundEndpoint. It provides the implementation for both 'channel-adapter' and 'inbound-gateway' - depeding on the value of its 'expectReply' boolean flag (INT-470).

This commit is contained in:
Mark Fisher
2009-02-20 20:21:55 +00:00
parent f21810af3a
commit 7bbb97b71a
7 changed files with 326 additions and 158 deletions

View File

@@ -5,10 +5,10 @@ Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.1, 1.0.2)",
org.springframework.beans.*;version="[2.5.6.A, 3.0.0)",
org.springframework.context;version="[2.5.6.A, 3.0.0)",
org.springframework.context.*;version="[2.5.6.A, 3.0.0)",
org.springframework.core.*;version="[2.5.6.A, 3.0.0)",
org.springframework.util;version="[2.5.6.A, 3.0.0)",
org.springframework.web;version="[2.5.6.A, 3.0.0)";resolution:=optional,
org.springframework.web.*;version="[2.5.6.A, 3.0.0)";resolution:=optional,
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional
Unversioned-Imports: