Spring Integration

Uses of Interface
org.springframework.integration.core.MessageProducer

Packages that use MessageProducer
org.springframework.integration.aggregator   
org.springframework.integration.endpoint   
org.springframework.integration.event   
org.springframework.integration.file   
org.springframework.integration.filter   
org.springframework.integration.gateway   
org.springframework.integration.handler   
org.springframework.integration.http   
org.springframework.integration.httpinvoker   
org.springframework.integration.ip   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
org.springframework.integration.jdbc   
org.springframework.integration.jms   
org.springframework.integration.jmx   
org.springframework.integration.mail   
org.springframework.integration.rmi   
org.springframework.integration.splitter   
org.springframework.integration.transformer   
org.springframework.integration.ws   
org.springframework.integration.xml.splitter   
 

Uses of MessageProducer in org.springframework.integration.aggregator
 

Classes in org.springframework.integration.aggregator that implement MessageProducer
 class CorrelatingMessageHandler
          Message handler that holds a buffer of correlated messages in a MessageStore.
 

Uses of MessageProducer in org.springframework.integration.endpoint
 

Classes in org.springframework.integration.endpoint that implement MessageProducer
 class MessageProducerSupport
          A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.
 class ScheduledMessageProducer
           
 

Uses of MessageProducer in org.springframework.integration.event
 

Classes in org.springframework.integration.event that implement MessageProducer
 class ApplicationEventInboundChannelAdapter
          An inbound Channel Adapter that passes Spring ApplicationEvents within messages.
 

Uses of MessageProducer in org.springframework.integration.file
 

Classes in org.springframework.integration.file that implement MessageProducer
 class FileWritingMessageHandler
          A MessageHandler implementation that writes the Message payload to a file.
 

Uses of MessageProducer in org.springframework.integration.filter
 

Classes in org.springframework.integration.filter that implement MessageProducer
 class MessageFilter
          Message Handler that delegates to a MessageSelector.
 

Uses of MessageProducer in org.springframework.integration.gateway
 

Classes in org.springframework.integration.gateway that implement MessageProducer
 class AbstractRemotingOutboundGateway
          A base class for outbound URL-based Messaging Gateways.
 

Uses of MessageProducer in org.springframework.integration.handler
 

Classes in org.springframework.integration.handler that implement MessageProducer
 class AbstractReplyProducingMessageHandler
          Base class for MessageHandlers that are capable of producing replies.
 class BridgeHandler
          A simple MessageHandler implementation that passes the request Message directly to the output channel without modifying it.
 class MessageHandlerChain
          A composite MessageHandler implementation that invokes a chain of MessageHandler instances in order.
 class ServiceActivatingHandler
           
 

Uses of MessageProducer in org.springframework.integration.http
 

Classes in org.springframework.integration.http that implement MessageProducer
 class HttpRequestExecutingMessageHandler
          A MessageHandler implementation that executes HTTP requests by delegating to a RestTemplate instance.
 

Uses of MessageProducer in org.springframework.integration.httpinvoker
 

Classes in org.springframework.integration.httpinvoker that implement MessageProducer
 class HttpInvokerOutboundGateway
          Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
 

Uses of MessageProducer in org.springframework.integration.ip
 

Classes in org.springframework.integration.ip that implement MessageProducer
 class AbstractInternetProtocolReceivingChannelAdapter
          Base class for inbound TCP/UDP Channel Adapters.
 

Uses of MessageProducer in org.springframework.integration.ip.tcp
 

Classes in org.springframework.integration.ip.tcp that implement MessageProducer
 class TcpOutboundGateway
          TCP outbound gateway that uses a client connection factory.
 class TcpReceivingChannelAdapter
          Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
 

Uses of MessageProducer in org.springframework.integration.ip.udp
 

Classes in org.springframework.integration.ip.udp that implement MessageProducer
 class MulticastReceivingChannelAdapter
          Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
 class UnicastReceivingChannelAdapter
          A channel adapter to receive incoming UDP packets.
 

Uses of MessageProducer in org.springframework.integration.jdbc
 

Classes in org.springframework.integration.jdbc that implement MessageProducer
 class JdbcOutboundGateway
           
 

Uses of MessageProducer in org.springframework.integration.jms
 

Classes in org.springframework.integration.jms that implement MessageProducer
 class JmsOutboundGateway
          An outbound Messaging Gateway for request/reply JMS.
 

Uses of MessageProducer in org.springframework.integration.jmx
 

Classes in org.springframework.integration.jmx that implement MessageProducer
 class NotificationListeningMessageProducer
          A JMX NotificationListener implementation that will send Messages containing the JMX Notification instances as their payloads.
 class OperationInvokingMessageHandler
          A MessageHandler implementation for invoking JMX operations based on the Message sent to its AbstractMessageHandler.handleMessage(Message) method.
 

Uses of MessageProducer in org.springframework.integration.mail
 

Classes in org.springframework.integration.mail that implement MessageProducer
 class ImapIdleChannelAdapter
          An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
 

Uses of MessageProducer in org.springframework.integration.rmi
 

Classes in org.springframework.integration.rmi that implement MessageProducer
 class RmiOutboundGateway
          An outbound Messaging Gateway for RMI-based remoting.
 

Uses of MessageProducer in org.springframework.integration.splitter
 

Classes in org.springframework.integration.splitter that implement MessageProducer
 class AbstractMessageSplitter
          Base class for Message-splitting handlers.
 class DefaultMessageSplitter
          The default Message Splitter implementation.
 class ExpressionEvaluatingSplitter
          A Message Splitter implementation that evaluates the specified SpEL expression.
 class MethodInvokingSplitter
          A Message Splitter implementation that invokes the specified method on the given object.
 

Uses of MessageProducer in org.springframework.integration.transformer
 

Classes in org.springframework.integration.transformer that implement MessageProducer
 class MessageTransformingHandler
          A reply-producing MessageHandler that delegates to a Transformer instance to modify the received Message and sends the result to its output channel.
 

Uses of MessageProducer in org.springframework.integration.ws
 

Classes in org.springframework.integration.ws that implement MessageProducer
 class AbstractWebServiceOutboundGateway
          Base class for outbound Web Service-invoking Messaging Gateways.
 class MarshallingWebServiceOutboundGateway
          An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
 class SimpleWebServiceOutboundGateway
          An outbound Messaging Gateway for invoking a Web Service.
 

Uses of MessageProducer in org.springframework.integration.xml.splitter
 

Classes in org.springframework.integration.xml.splitter that implement MessageProducer
 class XPathMessageSplitter
          Message Splitter that uses an XPathExpression to split a Document or String payload into a NodeList.
 


Spring Integration

Copyright © 2010. All Rights Reserved.