Spring Integration Reference Manual
Next
Spring Integration Reference Manual
Mark
Fisher
Spring Integration
1.0.0.M3 (Milestone 3)
© SpringSource Inc., 2008
Table of Contents
1. Spring Integration Overview
1.1. Background
1.2. Goals and Principles
1.3. Main Components
Message
Message Channel
Message Endpoint
Message Router
Channel Adapter
Message Bus
2. The Core API
2.1. Message
2.2. MessageChannel
2.3. ChannelInterceptor
2.4. MessageHandler
2.5. MessageBus
2.6. MessageEndpoint
2.7. MessageSelector
3. Channel Adapters
3.1. Introduction
3.2. JMS Adapters
3.3. RMI Adapters
3.4. HttpInvoker Adapters
3.5. File Adapters
3.6. FTP Adapters
3.7. Mail Adapters
3.8. Web Service Adapters
3.9. Stream Adapters
3.10. ApplicationEvent Adapters
4. Configuration
4.1. Introduction
4.2. Namespace Support
Configuring Message Channels
Configuring Message Endpoints
Configuring the Message Bus
Configuring Channel Adapters
Enabling Annotation-Driven Configuration
4.3. Annotations
5. Spring Integration Samples
5.1. The Cafe Sample
6. Additional Resources
6.1. Spring Integration Home