Commit Graph

16 Commits

Author SHA1 Message Date
Mark Fisher
b759d827fa INT-1245, INT-1256 tests for HttpRequestHandlingController 2010-07-27 04:54:52 +00:00
Mark Fisher
32adc1fb8b INT-1245, INT-1256 test for HttpRequestHandlingMessagingGateway 2010-07-27 04:36:18 +00:00
Mark Fisher
bc56173725 INT-1245, INT-1256 removed old HttpInboundEndpoint 2010-07-27 04:31:07 +00:00
Mark Fisher
9273d2243d INT-1245, INT-1256 moved namespace support from old HttpInboundEndpoint to new HttpRequestHandlingMessagingGateway or, if the 'view-name' is present, HttpRequestHandlingController 2010-07-27 03:16:17 +00:00
Mark Fisher
02766517ff extended MockHttpServletRequest and MockHttpServletResponse so that the "Content-Type" header is set in a way that it can be read from the ServletServerHttpRequest and ServletServerHttpResponse instances 2010-07-27 02:20:22 +00:00
David Syer
d3817cf123 INT-1232: renamed ParameterExtractor 2010-07-15 14:39:19 +00:00
David Syer
8311a10975 INT-1232: added ParameterMapper 2010-07-15 14:35:04 +00:00
Mark Fisher
9c56ff320d INT-1215 added support for 'expect-response-type' attribute for outbound http adapters 2010-06-25 06:00:05 +00:00
Mark Fisher
c86e24cd34 INT-1212 added support for the "message-converters" (a ref to a list) attribute on <outbound-gateway> and <outbound-channel-adapter> elements in the http namespace 2010-06-25 00:19:50 +00:00
Mark Fisher
d3fde86be3 INT-1207 added support for the "http-method" attribute on <outbound-gateway> and <outbound-channel-adapter> elements in the http namespace 2010-06-24 23:03:50 +00:00
Mark Fisher
5f72f5768d INT-1208 2010-06-24 22:52:58 +00:00
Mark Fisher
1363b2699e INT-1206 the "url" attribute is now required on http:outbound-gateway 2010-06-24 22:21:33 +00:00
Mark Fisher
ceaf659c8f INT-831, INT-861 added support for the <outbound-channel-adapter> element in the http namespace 2010-06-24 19:58:26 +00:00
Mark Fisher
341a08f7ff INT-916, INT-939 replaced HttpOutboundEndpoint with the RestTemplate-based HttpRequestExecutingMessageHandler 2010-06-23 20:19:59 +00:00
Chris Beams
5563c0b5af adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn 2010-05-26 14:27:42 +00:00
Chris Beams
c08a7a657e renamed modules org.springframework.integration.* -> spring-integration-*
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00