org.springframework.integration.core
Interface MessageProducer

All Known Implementing Classes:
AbstractCorrelatingMessageHandler, AbstractMessageSplitter, AbstractReplyProducingMessageHandler, AggregatingMessageHandler, BridgeHandler, ContentEnricher, DefaultMessageSplitter, DelayHandler, ExpressionEvaluatingSplitter, MessageFilter, MessageHandlerChain, MessageProducerSupport, MessageTransformingHandler, MethodInvokingSplitter, ResequencingMessageHandler, ServiceActivatingHandler

public interface MessageProducer

Base interface for any component that is capable of sending Messages to a MessageChannel.

Since:
2.0

Method Summary
 void setOutputChannel(MessageChannel outputChannel)
          Specify the MessageChannel to which produced Messages should be sent.
 

Method Detail

setOutputChannel

void setOutputChannel(MessageChannel outputChannel)
Specify the MessageChannel to which produced Messages should be sent.