Spring Integration

Uses of Class
org.springframework.integration.MessageDeliveryException

Packages that use MessageDeliveryException
org.springframework.integration.core   
org.springframework.integration.dispatcher   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
org.springframework.integration.jdbc   
org.springframework.integration.xmpp.presence   
 

Uses of MessageDeliveryException in org.springframework.integration.core
 

Methods in org.springframework.integration.core that throw MessageDeliveryException
 void MessageHandler.handleMessage(Message<?> message)
          Handles the message if possible.
 

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.ip.tcp
 

Methods in org.springframework.integration.ip.tcp that throw MessageDeliveryException
 void AbstractTcpSendingMessageHandler.handleMessage(Message<?> message)
          Writes the message payload to the underlying socket, using the specified message format.
 void TcpSendingMessageHandler.handleMessage(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.handleMessage(Message<?> message)
           
 

Uses of MessageDeliveryException in org.springframework.integration.jdbc
 

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

Uses of MessageDeliveryException in org.springframework.integration.xmpp.presence
 

Methods in org.springframework.integration.xmpp.presence that throw MessageDeliveryException
 void XmppRosterEventMessageSendingHandler.handleMessage(Message<?> message)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.