org.springframework.integration.adapter
Interface SourceAdapter

All Known Implementing Classes:
AbstractSourceAdapter, ApplicationEventSourceAdapter, ByteStreamSourceAdapter, CharacterStreamSourceAdapter, FileSourceAdapter, JmsMessageDrivenSourceAdapter, JmsPollingSourceAdapter, PollingSourceAdapter

public interface SourceAdapter

Base interface for source adapters.

Author:
Mark Fisher

Method Summary
 void setChannel(MessageChannel channel)
           
 

Method Detail

setChannel

void setChannel(MessageChannel channel)