Commit Graph

9623 Commits

Author SHA1 Message Date
Mark Fisher
a6392bd142 Updated Import-Package and Export-Package for each MANIFEST.MF (INT-166). 2008-04-07 15:22:04 +00:00
Mark Fisher
dea5512f1f modified stax-api entry in .classpath file to match change in repository locoation 2008-04-07 13:41:29 +00:00
Mark Fisher
61631c365b MessageEndpointAnnotationPostProcessor no longer sets a default Schedule when creating a Subscription (INT-171). 2008-04-07 13:25:50 +00:00
Mark Fisher
8ea5f012f3 MessageBus now manages the subscription of a MessageEndpoint to a SynchronousChannel if that endpoint's Subscription object contains a NULL Schedule. 2008-04-04 20:56:12 +00:00
Mark Fisher
5821ac23a2 Added SynchronousChannel (INT-170). 2008-04-04 16:58:57 +00:00
Mark Fisher
11d934c4a8 The 'method' and 'attributes' properties are now final. 2008-04-03 21:52:46 +00:00
Mark Fisher
eb8b5666c8 RouterMessageHandlerAdapter now sets the ChannelRegistry on its target Object if that target implements ChannelRegistryAware, and DefaultMessageEndpoint now sets the ChannelRegistry on any ChannelRegistryAware handler (INT-125). 2008-04-03 21:44:56 +00:00
Mark Fisher
07edd8f423 MessageEndpointAnnotationPostProcessor now handles proxies and also detects inherited @MessageEndpoint annotations (INT-160). 2008-04-03 20:31:24 +00:00
Mark Fisher
70e365f4dd SimpleMethodInvoker now delegates to an ArgumentConvertingMethodInvoker. 2008-04-03 18:15:31 +00:00
Mark Fisher
d3b28c7da6 MessageBus now properly registers error-channel set by 'setErrorChannel' (INT-164). DefaultChannelRegistry no longer has any awareness of an "error channel". 2008-04-03 12:35:37 +00:00
Mark Fisher
d54c9347cd Added optional 'charsetName' arguments for the stdout and stderr adapter factory methods. 2008-04-03 01:17:40 +00:00
Mark Fisher
f9834daa15 CharacterStreamSourceAdapter now takes a Reader, and CharacterStreamTargetAdapter takes a Writer (INT-148). 2008-04-03 00:21:04 +00:00
Mark Fisher
cbf63d7e90 MessageEndpointAnnotationPostProcessor now provides the 'ChannelRegistry' to any Object with a @MessageEndpoint annotation that implements ChannelRegistryAware (INT-125). 2008-04-02 21:34:31 +00:00
Mark Fisher
945d3606d0 Added "Bundle-Name" to MANIFEST.MF files (INT-165). 2008-04-02 16:14:00 +00:00
Mark Fisher
2ab12a9315 Returning from registerWithDispatcher(..) if dispatcher is null (INT-164). 2008-04-02 11:57:31 +00:00
Mark Fisher
6e845339ad Committing the initial version of the FTP source adapter (INT-153). 2008-04-01 01:38:51 +00:00
Mark Fisher
c55756ab55 JMS source and target adapters now consider "connectionFactory" as a default bean name (INT-161). 2008-03-31 17:15:42 +00:00
Mark Fisher
f59d9e1bb0 Added 'registry-host', 'registry-port', and 'remote-invocation-executor' attributes to the 'rmi-source' element, and added 'port' attribute to the 'rmi-target' element. 2008-03-29 20:40:48 +00:00
Mark Fisher
dd6635b86e RetrievalBlockingMessageStore now accepts a target MessageStore in its constructor. 2008-03-29 15:34:12 +00:00
Mark Fisher
2b4f08270e Using URI instead of String in target adapters. DefaultSourceExtractor now creates a DOMSource if the source to extract from is not already a DOMSource. 2008-03-29 15:18:53 +00:00
Mark Fisher
8157f0783a Added 'spring-integration-ws' to the bundles 2008-03-28 21:27:50 +00:00
Mark Fisher
53c5d1bb75 returning return value of remove (message may have been removed already). 2008-03-28 21:07:16 +00:00
Mark Fisher
e900ad54c5 Added tests for WebServiceTargetAdapterParser. 2008-03-28 20:48:46 +00:00
Mark Fisher
d58118145e Added MarshallingWebServiceTargetAdapter and WebServiceTargetAdapterParser. 2008-03-28 20:43:50 +00:00
Mark Fisher
2b1a542deb Adding initial version of the Web Service target adapter. 2008-03-28 20:33:53 +00:00
Mark Fisher
51d080a058 Added ResponseCorrelator and RetrievalBlockingMessageStore (INT-143). 2008-03-28 20:23:06 +00:00
Mark Fisher
1fff0f0540 Added dependencies to ivy.xml and classpath. 2008-03-27 19:32:21 +00:00
Mark Fisher
ee5e61da44 Added MessageStore strategy and SimpleMessageStore implementation for in-memory storage with a BoundedHashMap. 2008-03-27 19:11:54 +00:00
Mark Fisher
71c2b80f7a Added BoundedHashMap. 2008-03-27 17:54:46 +00:00
Ben Hale
1f261fcb73 Updated to spring-build 0.12.5 2008-03-27 10:39:49 +00:00
Mark Fisher
3810b93676 Added dependency on spring-integration-adapters. 2008-03-25 00:19:45 +00:00
Mark Fisher
7f0fcf90cf Providing structure for new 'spring-integration-ws' module 2008-03-24 20:44:43 +00:00
Ben Hale
e2d54d1c65 Modified the package to properly use version numbers in names 2008-03-24 17:49:09 +00:00
Ben Hale
4075f2b1ed proper directory name on unzipped package 2008-03-24 17:21:06 +00:00
Mark Fisher
9ecf421bc5 Added namespace support for <httpinvoker-source/> and <httpinvoker-target/> (INT-156). 2008-03-20 16:47:25 +00:00
Mark Fisher
5e7141959d Mapping JMS attributes to MessageHeader in source adapters (INT-150). Also provided new strategy interface (MessageHeaderMapper) and a HeaderMappingMessageConverter that wraps an existing MessageConverter implementation. Factored out common configuration code from JmsPollingSourceAdapter and JmsTargetAdapter into AbstractJmsTemplateBasedAdapter. The JMS attribute keys are now defined in JmsAttributeKeys, and a similar class (MailAttributeKeys) is used for MailMessages. 2008-03-19 23:53:49 +00:00
Mark Fisher
183159139b Extended Javadoc with configuration examples for HttpInvokerSourceAdapter. 2008-03-18 22:50:31 +00:00
Mark Fisher
02f159dc61 Added HttpInvokerTargetAdapter (INT-93). 2008-03-18 22:31:57 +00:00
Mark Fisher
cfa6ff79a7 Added HttpInvokerSourceAdapter (INT-92). 2008-03-18 20:52:27 +00:00
Mark Fisher
4b067668d4 Changed junit's "org" attribute back to "org.junit" temporarily since ivy repository needs to be updated first (INT-149). 2008-03-16 15:10:16 +00:00
Mark Fisher
621522b167 Changed junit's "org" attribute from "org.junit" to "junit" in ivy.xml files (INT-149). 2008-03-16 15:04:59 +00:00
Ben Hale
e92e83afb9 Moved up to project-build-0.11.4. Should be stable here for a while. 2008-03-12 11:19:18 +00:00
Ben Hale
2abe39d2c2 Renamed publish-top-level file 2008-03-11 16:52:59 +00:00
Ben Hale
6b955be3b6 Renamed publish-top-level file 2008-03-11 16:52:26 +00:00
Mark Fisher
a1890dffbf placeholder 2008-03-08 18:28:00 +00:00
Mark Fisher
9f66c37b4c Factored out common remoting-based source adapter behavior into AbstractMessageHandlingSourceAdapter. 2008-03-07 23:48:13 +00:00
Mark Fisher
d723fc6e24 Added tests for RmiSourceAdapterParser and RmiTargetAdapterParser. Also, the <rmi-source/> element now accepts 'send-timeout' and 'receive-timeout' attributes. 2008-03-07 20:37:28 +00:00
Mark Fisher
5191432a8f Added RmiSourceAdapter, RmiTargetAdapter, RmiSourceAdapterParser, and RmiTargetAdapterParser (INT-59, INT-60, and INT-146). 2008-03-07 19:33:36 +00:00
Mark Fisher
4251295a83 Added the (optional) 'header-generator' attribute for the <mail-target/> element (INT-145). 2008-03-07 13:34:27 +00:00
Mark Fisher
b757718836 added 'src/test/resources' directory 2008-03-07 12:29:40 +00:00