org.springframework.integration.core
Interface MessageProducer

All Known Implementing Classes:
AbstractCorrelatingMessageHandler, AbstractInboundFileSynchronizingMessageSource, AbstractInternetProtocolReceivingChannelAdapter, AbstractMessageSplitter, AbstractRemoteFileOutboundGateway, AbstractReplyProducingMessageHandler, AbstractWebServiceOutboundGateway, AbstractXmppConnectionAwareEndpoint, AggregatingMessageHandler, AmqpInboundChannelAdapter, AmqpOutboundEndpoint, ApplicationEventListeningMessageProducer, BridgeHandler, CacheListeningMessageProducer, ChatMessageListeningEndpoint, ContentEnricher, ContinuousQueryMessageProducer, DefaultMessageSplitter, DelayHandler, ExpressionEvaluatingSplitter, FileWritingMessageHandler, FtpInboundFileSynchronizingMessageSource, FtpOutboundGateway, HttpRequestExecutingMessageHandler, ImapIdleChannelAdapter, JdbcOutboundGateway, JmsOutboundGateway, MarshallingWebServiceOutboundGateway, MessageFilter, MessageHandlerChain, MessageProducerSupport, MessageTransformingHandler, MethodInvokingSplitter, MulticastReceivingChannelAdapter, NotificationListeningMessageProducer, OperationInvokingMessageHandler, PresenceListeningEndpoint, RedisInboundChannelAdapter, ResequencingMessageHandler, RmiOutboundGateway, ServiceActivatingHandler, SftpInboundFileSynchronizingMessageSource, SftpOutboundGateway, SimpleWebServiceOutboundGateway, StoredProcOutboundGateway, TcpOutboundGateway, TcpReceivingChannelAdapter, UnicastReceivingChannelAdapter, XPathMessageSplitter

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.