Commit Graph

61 Commits

Author SHA1 Message Date
Oleg Zhurakousky
e338233bae INT-1890 added error-channel to HTTP Inboudn gateway/adapter 2011-05-04 19:54:37 -04:00
Oleg Zhurakousky
7622fd9112 INT-1866 moved HeaderMapper building logic to parsers (part 2) 2011-05-03 18:39:01 -04:00
Oleg Zhurakousky
7ecd7c2490 INT-1866 moved HeaderMapper building logic to parsers 2011-05-03 18:26:49 -04:00
Oleg Zhurakousky
e74e55a691 INT-1866 Added ConversionService support to DefaultHttpHeaderMapper to allow custom non-string headers to be converted to Strings insteadof being discarded. Added warn messages if a header value can not be converted 2011-04-15 14:22:08 -04:00
Oleg Zhurakousky
0b5f3b20e4 INT-1815 added additional test cases for DefaultHttpHeaderMapper 2011-03-09 10:57:03 -05:00
Oleg Zhurakousky
f085a094c8 INT-1815 added support for ignoring user-defined prefix when mapping from HttpHeaders to MessageHeaders 2011-03-01 17:09:49 -05:00
Oleg Zhurakousky
fc00a926c0 INT-1752 added test cases to validate 'rest-template' attribute support 2011-01-29 11:34:26 -05:00
Mark Fisher
1857d5b6c0 INT-1767 using MediaType.ALL as the default Accept when writing a response in HttpRequestHandlingMessagingGateway 2011-01-26 18:56:07 -05:00
Oleg Zhurakousky
fe527cd4c5 INT-1751 fliped the way inbound/outboundHeaderNames are set on DefaultHttpHeaderMapper when botstrapping http inbound gateway/adapter 2011-01-24 12:43:39 -05:00
Oleg Zhurakousky
129df10cd6 INT-1751 added mapped-request/response-type attributes to http inbound gateway/adapter 2011-01-20 13:35:15 -05:00
Mark Fisher
c52df8fb8c INT-1722 renamed the 'userDefinedPrefix' property to 'userDefinedHeaderPrefix' for clarity since it is a prefix for user-defined headers (rather than emphasizing 'user-defined' as an adjective for the prefix itself) 2011-01-17 17:22:49 -05:00
Oleg Zhurakousky
a7de2656bd INT-1722 exposed userDefinedPrefix as configurable property of the DefaultHttpHeaderMapper 2011-01-17 14:49:06 -05:00
Oleg Zhurakousky
3bc9c5d20d INT-1734 updated DefaultHttpHeaderMapper with case-insensitive checks for header names 2011-01-05 15:47:54 -05:00
Mark Fisher
28d5205970 INT-1681 The values 'HTTP_REQUEST_HEADERS' and 'HTTP_RESPONSE_HEADERS' are now 'patterns' for matching standard headers in DefaultHttpHeaderMapper 2010-12-12 17:24:00 -05:00
Mark Fisher
37553b6e5f INT-1680 DefaultHttpHeaderMapper now supports simple pattern matching for the inboundHeaderNames and outboundHeaderNames 2010-12-12 16:42:50 -05:00
Mark Fisher
9aaf6beed5 INT-1662 closed a few gaps in functionality (handing arrays of certain types, comma-delimited Strings, etc) 2010-12-10 10:06:20 -05:00
Oleg Zhurakousky
d15bac2a0f INT-1662 added tests for custom headers 'X-' 2010-12-08 15:12:27 -05:00
Oleg Zhurakousky
a78402bb2c INT-1662 changed from Uri to URI 2010-12-08 14:53:06 -05:00
Oleg Zhurakousky
89e11fc6b4 polishing, added license header 2010-12-08 14:24:15 -05:00
Oleg Zhurakousky
cdb3be5ea2 INT-1662 added FROM tests to support this issue 2010-12-08 14:17:10 -05:00
Mark Fisher
1df19858b3 moved test code to correspond to refactored package structure 2010-11-05 18:23:56 -04:00
Mark Fisher
0c89067687 refactored package structure, added: inbound, outbound, converter, multipart, and support 2010-11-05 18:21:30 -04:00
Mark Fisher
d9eafee19b removed unused code, and got rid of warnings 2010-11-05 18:01:54 -04:00
Mark Fisher
8737d46c6e INT-1382 added support for 'expression' sub-elements in the core schema 2010-10-12 19:12:37 -04:00
Mark Fisher
b55a54729e INT-1504 added support for 'error-handler' attribute on HTTP outbound adapters (for the ResponseErrorHandler on the underlying RestTemplate) 2010-10-08 11:11:31 -04:00
Oleg Zhurakousky
28b482c25d INT-1481, consolidated old and new tests, added more tests to validate the exchange with RestTemplate for all supported Content-Types and paylod combinations (e.g, Arrays, primitives collection maps etc.) 2010-09-27 18:39:18 -04:00
Oleg Zhurakousky
6cc180bd2f INT-1481, added test for primitive arrays 2010-09-27 16:27:38 -04:00
Oleg Zhurakousky
a10f547269 INT-1481, more refactoring, added MVP generation only if applicable content-type oherwise payload is untouched 2010-09-27 15:48:14 -04:00
Oleg Zhurakousky
0bed56e780 INT-1481, added support for serialized content type, mroe refactoring and test cases 2010-09-27 15:01:39 -04:00
Oleg Zhurakousky
b131953ed7 INT-1481, added support for multipart/form-data content type to outbound http adapters 2010-09-27 12:29:24 -04:00
Oleg Zhurakousky
0be4d2ef60 INT-1263, more MessageHistory related changes 2010-09-22 22:18:45 -04:00
Oleg Zhurakousky
b6e058c59b INT-1263, added more changes and tests related valdating MessageHistory in every module 2010-09-22 18:44:51 -04:00
Oleg Zhurakousky
c4d31af848 INT-1257, added tests and minor modification to support MessageHistory in MAIL, JDBC, IP, HTTP modules 2010-09-21 22:15:37 -04:00
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