MessageChannel no longer extends MessageSource.

This commit is contained in:
Mark Fisher
2008-09-07 22:06:55 +00:00
parent 1e43e9439d
commit bef98c7f53

View File

@@ -17,14 +17,13 @@
package org.springframework.integration.channel;
import org.springframework.integration.message.Message;
import org.springframework.integration.message.MessageSource;
/**
* Base channel interface defining common behavior for message sending and receiving.
*
* @author Mark Fisher
*/
public interface MessageChannel extends MessageSource {
public interface MessageChannel {
/**
* Return the name of this channel.