Spring Integration

Uses of Class
org.springframework.integration.MessageDeliveryException

Packages that use MessageDeliveryException
org.springframework.integration.dispatcher   
org.springframework.integration.ftp   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
org.springframework.integration.jdbc   
org.springframework.integration.monitor   
org.springframework.integration.sftp   
org.springframework.integration.twitter   
 

Uses of MessageDeliveryException in org.springframework.integration.dispatcher
 

Subclasses of MessageDeliveryException in org.springframework.integration.dispatcher
 class AggregateMessageDeliveryException
          An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation.
 

Uses of MessageDeliveryException in org.springframework.integration.ftp
 

Methods in org.springframework.integration.ftp that throw MessageDeliveryException
 void FtpSendingMessageHandler.handleMessage(Message<?> message)
           
 

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

Methods in org.springframework.integration.ip.tcp that throw MessageDeliveryException
 void TcpSendingMessageHandler.handleMessageInternal(Message<?> message)
          Writes the message payload to the underlying socket, using the specified message format.
 

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

Methods in org.springframework.integration.ip.udp that throw MessageDeliveryException
 void UnicastSendingMessageHandler.handleMessageInternal(Message<?> message)
           
 

Uses of MessageDeliveryException in org.springframework.integration.jdbc
 

Methods in org.springframework.integration.jdbc that throw MessageDeliveryException
protected  void JdbcMessageHandler.handleMessageInternal(Message<?> message)
          Executes the update, passing the message into the SqlParameterSourceFactory.
 

Uses of MessageDeliveryException in org.springframework.integration.monitor
 

Methods in org.springframework.integration.monitor that throw MessageDeliveryException
 void SimpleMessageHandlerMonitor.handleMessage(Message<?> message)
           
 

Uses of MessageDeliveryException in org.springframework.integration.sftp
 

Methods in org.springframework.integration.sftp that throw MessageDeliveryException
 void SftpSendingMessageHandler.handleMessage(Message<?> message)
           
 

Uses of MessageDeliveryException in org.springframework.integration.twitter
 

Methods in org.springframework.integration.twitter that throw MessageDeliveryException
 void OutboundUpdatedStatusMessageHandler.handleMessage(Message<?> message)
           
 void OutboundDMStatusMessageHandler.handleMessage(Message<?> message)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.