Spring Integration

Uses of Class
org.springframework.integration.handler.AbstractReplyProducingMessageHandler

Packages that use AbstractReplyProducingMessageHandler
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.tcp   
org.springframework.integration.jdbc   
org.springframework.integration.jms   
org.springframework.integration.jmx   
org.springframework.integration.rmi   
org.springframework.integration.splitter   
org.springframework.integration.transformer   
org.springframework.integration.ws   
org.springframework.integration.xml.splitter   
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.file
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.file
 class FileWritingMessageHandler
          A MessageHandler implementation that writes the Message payload to a file.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.filter
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.filter
 class MessageFilter
          Message Handler that delegates to a MessageSelector.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.gateway
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.gateway
 class AbstractRemotingOutboundGateway
          A base class for outbound URL-based Messaging Gateways.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.handler
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.handler
 class BridgeHandler
          A simple MessageHandler implementation that passes the request Message directly to the output channel without modifying it.
 class ServiceActivatingHandler
           
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.http
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.http
 class HttpRequestExecutingMessageHandler
          A MessageHandler implementation that executes HTTP requests by delegating to a RestTemplate instance.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.httpinvoker
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.httpinvoker
 class HttpInvokerOutboundGateway
          Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
 

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

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.ip.tcp
 class TcpOutboundGateway
          TCP outbound gateway that uses a client connection factory.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.jdbc
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.jdbc
 class JdbcOutboundGateway
           
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.jms
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.jms
 class JmsOutboundGateway
          An outbound Messaging Gateway for request/reply JMS.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.jmx
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.jmx
 class OperationInvokingMessageHandler
          A MessageHandler implementation for invoking JMX operations based on the Message sent to its AbstractMessageHandler.handleMessage(Message) method.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.rmi
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.rmi
 class RmiOutboundGateway
          An outbound Messaging Gateway for RMI-based remoting.
 

Uses of AbstractReplyProducingMessageHandler in org.springframework.integration.splitter
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.splitter
 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 AbstractReplyProducingMessageHandler in org.springframework.integration.transformer
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.transformer
 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 AbstractReplyProducingMessageHandler in org.springframework.integration.ws
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.ws
 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 AbstractReplyProducingMessageHandler in org.springframework.integration.xml.splitter
 

Subclasses of AbstractReplyProducingMessageHandler in org.springframework.integration.xml.splitter
 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.