Table of Contents
For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 0.5. If you are interested in the changes and features, that were introduced in earlier versions, please take a look at chapter: Appendix A, Change History
This section covers the various Channel Adapters and Messaging Gateways provided by Spring Integration to support Message-based communication with external systems.
The Spring Integration Smb Adapter provides...
Each of the provided components use the
org.springframework.integration.smb.session.SmbSession
class...
Certain configuration parameters are shared amongst all Smb components and are described below:
auto-startup
Lifecycle attribute signaling if this component should
be started during Application Context startup.
Defaults to true.
Optional.
id
Identifies the underlying Spring bean definition, which
is an instance of either EventDrivenConsumer
or PollingConsumer.
Optional.
Outbound gateways are similar to outbound channel adapters except that it can also be used to get a result on the reply channel after performing the given...