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

@@ -10,7 +10,7 @@
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>