Commit Graph

24 Commits

Author SHA1 Message Date
Mark Fisher
746031668b FileTargetAdapterParser is now FileTargetParser. 2008-04-29 03:49:17 +00:00
Mark Fisher
d252605bdb The "defaultOutputChannelName" property of HandlerEndpoint is now "outputChannelName", and the "defaultOutput" attribute of the @MessageEndpoint annotation is now "output". 2008-04-27 06:00:40 +00:00
Mark Fisher
09333d62cb The <handler-endpoint/> element's "default-output-channel" attribute is now "output-channel". Since the new "return-address-overrides" value is true by default, the "output-channel" takes precedence rather than being a fallback. 2008-04-27 05:29:59 +00:00
Mark Fisher
9eaa088052 The <endpoint/> element is now <handler-endpoint/>, and its "handler-method" attribute is now "method". 2008-04-27 05:01:38 +00:00
Mark Fisher
4d19a02f15 Added PollingSourceEndpoint, removed PollingSourceAdapter, and source-adapter parsers only parse the Source itself. 2008-04-23 23:47:02 +00:00
Mark Fisher
4b01a3a09c The <endpoint/> element now expects a "handler" attribute instead of "handler-ref". 2008-04-22 18:17:05 +00:00
Mark Fisher
18b096f69f Now enforcing that a message endpoint must contain a handler method (INT-177). 2008-04-12 16:02:20 +00:00
Mark Fisher
88ac6af364 The @Splitter annotation no longer has a "channel" attribute. Instead it uses the @MessageEndpoint's "defaultOutput" attribute (INT-189). 2008-04-11 19:13:45 +00:00
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
84e1b1df08 Added spring-integration-1.0.xsd alongside spring-integration-adapters-1.0.xsd. Renamed the previous spring-integration-1.0.xsd to spring-integration-core-1.0.xsd. 2008-02-27 03:21:54 +00:00
Mark Fisher
a04842a3fb Migrating adapters to spring-integration-adapters (INT-83). 2008-02-21 22:54:49 +00:00
Mark Fisher
dc6f6a5f44 Set 'auto-startup' to false. 2008-02-13 17:44:24 +00:00
Mark Fisher
3c01dab53d CafeDemo now supports command line argument for its configuration file. 2008-01-23 14:59:49 +00:00
Mark Fisher
269055f439 Setting sessionTransacted to 'true' for the JmsMessageDrivenSourceAdapter (and minor updates in cafe sample). 2008-01-23 08:51:18 +00:00
Mark Fisher
b258239e08 Added Cafe demo to spring-integration-samples 2008-01-23 04:13:39 +00:00
Mark Fisher
bb248119d3 Refactored to use the new payload-only constructor. 2008-01-08 02:11:17 +00:00
Mark Fisher
7f7391c9c2 Added a simple endpoint (Exclaimer) to the FileCopy demo. 2008-01-04 15:42:35 +00:00
Mark Fisher
004baebd10 Added namespace support for FileSourceAdapter and FileTargetAdapter as well as a new sample: FileCopyDemo. 2008-01-04 04:25:08 +00:00
Mark Fisher
3959f72b93 Moved annotations to a common package. 2007-12-28 15:56:35 +00:00
Mark Fisher
aee08797af proper shutdown of executor in AbstractChannelAdapter and EndpointExecutor 2007-12-22 16:27:33 +00:00
Mark Fisher
58836bcc50 Using an AtomicInteger for incrementAndGet. 2007-12-21 22:19:12 +00:00
Mark Fisher
fc16b90f94 Added hello world sample. 2007-12-18 16:37:06 +00:00
Mark Fisher
dcf0078cc4 Added random ticker generator 2007-12-18 14:10:22 +00:00
Mark Fisher
00f9885b71 Added samples to the spring-integration-samples project 2007-12-17 01:43:29 +00:00