Commit Graph

137 Commits

Author SHA1 Message Date
Mark Fisher
19bad23055 Setters now expect a Map with Expression values 2011-09-29 13:47:11 -04:00
Mark Fisher
331e503e9d Removed hardcoded "restTemplate" references. 2011-09-26 07:55:49 -04:00
Mark Fisher
b4c210691c polishing 2011-09-02 16:01:37 -04:00
Oleg Zhurakousky
581f21f3eb INT-1677 changed uriVariables to pathVariables, added parameterMap and parameters as well as HttpEntity to the EvauationContext 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
c07d62dadb INT-1677 removed requirement for anID, polished schema, added more tests, tested with server 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
a6c85c1dd9 INT-1677 finished the namespace support for payload-expression attribute and header sub-element, added parser test 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
90a5936803 INT-1677 updated 2.1 schema with new 'payload-expression' attribute as well as 'header' element. Polished UriPathHandlerMapping to address comments from the review 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
7b1b273393 INT-1677 added UriPathHandlerMapping to aid ini support of 'path' attribute 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
75b32e1022 INT-1677 fixed thread safety for EvaluatioinContext since it has to be created per request due to the fact that we are adding request data to it 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
224db99c15 INT-1677 added support for expressions 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
897bc887a1 INT-1677 work in progress 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
bff8c9a9e6 INT-1677 added initial spell support for extracting Request data 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
37f25dff40 INT-1677 added initial support for mapping inbound variables to Http Inbound Gateway 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
935cd01d07 INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files 2011-08-08 23:34:12 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
44d570f700 INT-1951 limiting the exclusion of a request body to GET requests for now 2011-07-15 11:40:56 -04:00
Oleg Zhurakousky
544a34bf28 INT-1951 polished HttpRequestExecutingMessageHandler to better handle the difference between PUT/POST and other Http methods 2011-07-15 10:04:42 -04:00
Oleg Zhurakousky
af7bc5ac74 INT-1951 fixed HttpRequestExecutingMessageHandler to ensure that it sets Content-Type only for POST and PUT requests 2011-07-12 13:28:50 -04:00
Mark Fisher
a419ba0bdc INT-1933 added MapAccessor to outbound HTTP endpoint's SpEL EvaluationContext 2011-06-08 18:07:56 -04:00
Mark Fisher
4e1d3d2d93 removed redundant cast 2011-05-18 13:19:38 -04:00
Oleg Zhurakousky
e338233bae INT-1890 added error-channel to HTTP Inboudn gateway/adapter 2011-05-04 19:54:37 -04:00
Oleg Zhurakousky
765503daa4 polishing, fixed warning messages 2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
81b125d7e2 INT-1866 polishing 2011-05-03 18:46:26 -04:00
Oleg Zhurakousky
e812b6b0e3 INT-1866 polishing 2011-05-03 18:41:31 -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
Mark Fisher
c4dbad9ea4 Release version 2.0.3.RELEASE 2011-02-09 20:05:59 -06:00
Mark Fisher
6074f5744e polishing 2011-02-04 15:55:52 -05:00
Mark Fisher
2346fa6f0a polishing 2011-02-04 15:50:47 -05:00
Oleg Zhurakousky
fc00a926c0 INT-1752 added test cases to validate 'rest-template' attribute support 2011-01-29 11:34:26 -05:00
Oleg Zhurakousky
c4fe6f1c47 INT-1752 added initial support for allowing RestTemplate to be specified on HTTP outbound adapters/gateways 2011-01-28 15:54:28 -05:00
Oleg Zhurakousky
fba272adad INT-1757 added support to be able to control HttpStatus via MessageHeaders for HTTP inbound gateway 2011-01-28 12:27:02 -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
64d8ba3b61 polished schema documentation 2011-01-24 12:52:24 -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
Oleg Zhurakousky
8ee0af309f INT-1753, INT-1754 added support for returning HttpStatus as MessageHeader rehgardles of the payload to the Http Outbound Gateway. Added support forreturning with HttpStatus set by downstream endpoint to Http Inbound Gateway 2011-01-19 20:31:05 -05:00
Oleg Zhurakousky
52a1439991 INT-1739 fixed HttpRequestHandlingEndpointSupport to call close() on ServletServerHttpResponse to make sure that mapped headers are written to the response 2011-01-18 19:02: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
Mark Fisher
ef93a8c207 polishing 2011-01-17 16:43:14 -05:00
Oleg Zhurakousky
c63094492b javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:17:59 -05:00
Oleg Zhurakousky
893d749907 general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:08:09 -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
f18392b34b INT-1740 added debug-level logging to DefaultHttpHeaderMapper 2011-01-12 17:09:27 -05:00
Oleg Zhurakousky
c979dd63e7 INT-1734 polishing DefaultHttpHeaderMapper 2011-01-05 16:18:09 -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
f5228728e0 INT-1679 the HttpStatus enum instance from the reply is now copied to the MessageHeaders of a reply when there is a response body 2010-12-12 19:58:28 -05:00