David Syer
754b9a198d
INT-1347: add convertExceptions to request handler and error-key/code to controller
2010-09-01 17:23:23 +00:00
Mark Fisher
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
2010-08-31 01:53:45 +00:00
Mark Fisher
b6aa9edbd7
INT-1350, INT-1356 added namespace support for 'mapped-request-headers' on the HTTP <outbound-gateway> and <outbound-channel-adapter> elements as well as 'mapped-response-headers' on the the <outbound-gateway>
2010-08-17 23:47:35 +00:00
Mark Fisher
86f69e08bb
moved the DefaultOutboundRequestMapper code into the HttpRequestExecutingMessageHandler since we no longer expose the OutboundRequestMapper as a configurable strategy
2010-08-16 23:00:32 +00:00
Mark Fisher
2955ef989e
INT-1349 Added support for <uri-variable name="x" expression="y"/> sub-elements within the HTTP outbound adapters. Map payloads no longer provide values for the URI template placeholder replacements.
2010-08-16 20:43:30 +00:00
Mark Fisher
4de9a23357
INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)
2010-07-28 15:05:50 +00:00
Mark Fisher
0b751cc18a
INT-1129 moved SubscribableChannel from 'channel' to 'core'
2010-07-28 14:51:18 +00:00
Mark Fisher
4283315c08
INT-1129 moved PollableChannel from 'channel' to 'core'
2010-07-28 14:47:55 +00:00
Mark Fisher
008cac18f5
INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core'
2010-07-28 14:42:02 +00:00
Mark Fisher
00d3e351f7
INT-1129 moved MessageBuilder from 'message' to 'core'
2010-07-28 14:38:36 +00:00
Mark Fisher
e1f671beb9
INT-1129 fixed reflective access of messagingTemplate in tests
2010-07-27 14:57:04 +00:00
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