Commit Graph

3184 Commits

Author SHA1 Message Date
Mark Fisher
175e1fcd14 INT-909 Renamed test classes to be consistent with the renamed parser classes. 2009-12-14 00:46:52 +00:00
Mark Fisher
9494dd9371 INT-909 Added support for the 'extract-payload' attribute on the 'marshalling-transformer' element. The default value is "true". 2009-12-14 00:44:50 +00:00
Mark Fisher
8124446f9d Removed 'XmlPayload' from the names of 'XmlPayloadUnmarshallingTransformer' and 'XmlPayloadMarshallingTransformer' since the former can now return a Message instance and the latter now accepts a boolean to specify whether only the payload should be passed to the marshaller or the entire Message. 2009-12-14 00:26:02 +00:00
Mark Fisher
f19eed355c INT-879 Added header-enricher for setting the SOAP Action. 2009-12-13 23:21:04 +00:00
Mark Fisher
cb519ac9db re-added the "message-converter" attribute for the outbound-gateway element 2009-12-12 23:47:29 +00:00
Mark Fisher
9621a663fc INT-837 The 'inbound-channel-adapter' element in the JMS namespace now accepts a MessageConverter reference. 2009-12-12 23:36:50 +00:00
Iwein Fuld
1b9a4fd939 formatting 2009-12-12 19:56:17 +00:00
Iwein Fuld
55a9b13927 INT-833: Added basic support for extending the scanning mechanism 2009-12-12 19:53:45 +00:00
Iwein Fuld
4cf8defc68 INT-188: changed type of directory property to File instead of Resource 2009-12-12 15:00:32 +00:00
Mark Fisher
3bc36dd96b javadoc 2009-12-11 16:59:38 +00:00
Mark Fisher
c639753dd9 INT-903 2009-12-10 23:36:59 +00:00
Mark Fisher
6246779e66 increased testing timeout 2009-12-10 23:03:58 +00:00
Mark Fisher
b47c48c9c9 INT-901 Removed shouldSplitMessages() method and factored out a protected handleResult() method instead. 2009-12-10 22:53:53 +00:00
Mark Fisher
9e4e9ba7e7 added tests 2009-12-10 22:26:02 +00:00
Mark Fisher
34802e77fd INT-912 Channels with "datatype" now delegate to the "conversionService" bean if available. 2009-12-10 22:00:50 +00:00
Mark Fisher
2e72122373 updated parent POM's spring.version property to Spring 3.0 RC3 2009-12-10 15:14:02 +00:00
Mark Fisher
e21e628452 INT-914 updated delayer documentation 2009-12-10 04:18:05 +00:00
Mark Fisher
a74090206f INT-914 DelayHandler now uses Spring's TaskScheduler rather than ScheduledExecutorService. 2009-12-10 03:48:21 +00:00
Mark Fisher
ac0c848aeb formatting (same as the 1.0.x change) 2009-12-10 00:37:27 +00:00
Mark Fisher
3ccd359b65 INT-CR-2 minor edits based on review feedback 2009-12-10 00:34:55 +00:00
Mark Fisher
538b13b757 INT-886 Failed dispatching due to "no subscribers" now provides a more meaningful exception message. 2009-12-10 00:13:48 +00:00
Mark Fisher
24201290e6 INT-87 initial commit of MessageHistory support (work in progress) 2009-12-09 21:43:50 +00:00
Mark Fisher
7d7bd11af4 INT-810 updated documentation to use the Spring task namespace for thread pool executor configuration 2009-12-09 18:41:48 +00:00
Mark Fisher
2205a60c1c INT-810 Removed "thread-pool-task-executor" element now that Spring 3.0's "task" namespace provides an "executor" element. 2009-12-09 18:31:06 +00:00
Oleg Zhurakousky
980cd41975 INT-913, Modified logic in createPayloadFromTextContent(..) to get Payload from the Request body 2009-12-09 18:11:25 +00:00
Mark Fisher
97f9b8e618 internal refactoring 2009-12-09 16:55:34 +00:00
Mark Fisher
990610fdb6 INT-894 Added validation to avoid multiple conflicting annotations, and added GatewayProxyMessageMappingTests. 2009-12-08 20:43:25 +00:00
Mark Fisher
5961c8f3a8 removed unintended com.sun import 2009-12-08 15:03:40 +00:00
Mark Fisher
53beb01ae7 INT-909 Added 'extractPayload' property (might rename) to the XmlPayloadMarshallingTransformer. The default is TRUE, but setting it to FALSE enables marshalling of the entire Message rather than just the payload. 2009-12-07 14:33:32 +00:00
Mark Fisher
0b152a0a45 INT-903 Updated javadoc now that the return value of the Unmarshaller can itself be a Message. 2009-12-07 12:08:33 +00:00
Mark Fisher
39c19c8c4a INT-903 AbstractPayloadTransformer now treats return values of type Message as the result rather than considering that the payload of a new Message. 2009-12-07 11:41:35 +00:00
Mark Fisher
55f5e1aaf3 INT-906 Now retaining reply channel and error channel headers when invoking sendAndReceive() on the MessageChannelTemplate. 2009-12-07 00:11:26 +00:00
Mark Fisher
df39fcd14e using Assert 2009-12-06 23:59:32 +00:00
Mark Fisher
36f6ec07d6 formatting 2009-12-06 23:58:07 +00:00
Mark Fisher
99b8bd7f16 formatting 2009-12-02 19:26:21 +00:00
Mark Fisher
f7bee0902b Renamed MessageStore's getAll(correlationKey) method to 'list(..)' 2009-12-02 18:25:38 +00:00
Mark Fisher
6a0e72bd6b INT-901 Resolved issue with inadvertent reply splitting. This might not be the permanent solution (may refactor AbstractMessageSplitter to inherit directly from AbstractMessageHandler). 2009-12-02 13:42:23 +00:00
Mark Fisher
4a13e38fde INT-901 removed ReplyMessageHolder and refactored AbstractReplyProducingMessageHandler accordingly 2009-12-02 02:37:51 +00:00
Mark Fisher
40f80d96cb AbstractMessagingGateway now uses a BridgeHandler for reply correlation instead of an anonymous handler implementation. 2009-12-01 23:16:01 +00:00
Mark Fisher
62542400f4 INT-900 changed internal/reserved header prefix from "springintegration_" to "$" 2009-12-01 20:43:09 +00:00
Mark Fisher
268991a850 INT-899 XmlPayloadUnmarshallingTransformer now accepts File payloads directly. 2009-12-01 18:31:11 +00:00
Mark Fisher
691ab73c46 INT-894 now enforcing that only one parameter per-method has the @Payload annotation or NO annotation (indicating either a Message or payload as the default). Also now throwing an Exception if any expression value is provided inside the @Payload annotation. 2009-12-01 17:18:17 +00:00
Mark Fisher
3d5ff0f999 upgraded to Spring 3.0 RC3, added derby dependency, and adjusted template.mf for javax.sql 2009-12-01 15:26:00 +00:00
Mark Fisher
b5386c6b15 INT-893 upgraded to Spring 3.0-RC3 2009-12-01 15:16:17 +00:00
Mark Fisher
4a47d37e12 INT-894, INT-895 Gateway proxy interface method parameters may now be annotated with @Payload. 2009-11-30 22:45:46 +00:00
Mark Fisher
1d1789c250 removed null returns from number and date converters 2009-11-30 18:44:17 +00:00
Mark Fisher
911c48b372 Refactored MessageProcessingTransformer to an abstract base class with separate MethodInvokingTransformer and ExpressionEvaluatingTransformer sub-classes (now consistent with splitter, router, etc). 2009-11-30 18:29:34 +00:00
Iwein Fuld
94c9c4d4fe INT-330: BufferingMessageHandler -> CorrelatingMessageHandler and MessagesProcessor -> MessageGroupProcessor 2009-11-26 18:16:45 +00:00
Iwein Fuld
0ce4b2ebb7 INT-330: Added MethodInvokingMessagesProcessor 2009-11-26 17:42:22 +00:00
Mark Fisher
bf7963d4bc added JDBC namespace icon 2009-11-26 14:31:51 +00:00