|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MessagingException in org.springframework.integration |
|---|
| Subclasses of MessagingException in org.springframework.integration | |
|---|---|
class |
MessageDeliveryException
Exception that indicates an error during message delivery. |
class |
MessageHandlingException
Exception that indicates an error during message handling. |
class |
MessageRejectedException
Exception that indicates a message has been rejected by a selector. |
class |
MessageTimeoutException
|
| Uses of MessagingException in org.springframework.integration.core |
|---|
| Methods in org.springframework.integration.core that throw MessagingException | ||
|---|---|---|
|
MessagingOperations.convertAndSend(MessageChannel channel,
T message)
Send the given object to the specified channel, converting the object to a message with a configured MessageConverter. |
|
|
MessagingOperations.convertAndSend(MessageChannel channel,
T message,
MessagePostProcessor postProcessor)
Send the given object to the specified channel, converting the object to a message with a configured MessageConverter. |
|
|
MessagingOperations.convertAndSend(String channelName,
T message)
Send the given object to the specified channel, converting the object to a message with a configured MessageConverter. |
|
|
MessagingOperations.convertAndSend(String channelName,
T message,
MessagePostProcessor postProcessor)
Send the given object to the specified channel, converting the object to a message with a configured MessageConverter. |
|
|
MessagingOperations.convertAndSend(T message)
Send the given object to the default channel, converting the object to a message with a configured MessageConverter. |
|
|
MessagingOperations.convertAndSend(T message,
MessagePostProcessor postProcessor)
Send the given object to the default channel, converting the object to a message with a configured MessageConverter. |
|
void |
MessageHandler.handleMessage(Message<?> message)
Handles the message if possible. |
|
|
MessagingOperations.receive()
Receive a message synchronously from the default channel, but only wait up to a specified time for delivery. |
|
|
MessagingOperations.receive(PollableChannel channel)
Receive a message synchronously from the specified channel, but only wait up to a specified time for delivery. |
|
|
MessagingOperations.receive(String channelName)
Receive a message synchronously from the specified channel, but only wait up to a specified time for delivery. |
|
Object |
MessagingOperations.receiveAndConvert()
Receive a message synchronously from the default channel, but only wait up to a specified time for delivery. |
|
Object |
MessagingTemplate.receiveAndConvert()
|
|
Object |
MessagingOperations.receiveAndConvert(PollableChannel channel)
Receive a message synchronously from the specified channel, but only wait up to a specified time for delivery. |
|
Object |
MessagingTemplate.receiveAndConvert(PollableChannel channel)
|
|
Object |
MessagingOperations.receiveAndConvert(String channelName)
Receive a message synchronously from the specified channel, but only wait up to a specified time for delivery. |
|
Object |
MessagingTemplate.receiveAndConvert(String channelName)
|
|
|
MessagingOperations.send(Message<P> message)
Send a message to the default channel. |
|
|
MessagingOperations.send(MessageChannel channel,
Message<P> message)
Send a message to the specified channel. |
|
|
MessagingOperations.send(String channelName,
Message<P> message)
Send a message to the specified channel. |
|
| Uses of MessagingException in org.springframework.integration.dispatcher |
|---|
| Subclasses of MessagingException 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 MessagingException in org.springframework.integration.file |
|---|
| Methods in org.springframework.integration.file that throw MessagingException | |
|---|---|
Message<File> |
FileReadingMessageSource.receive()
|
| Uses of MessagingException in org.springframework.integration.mapping |
|---|
| Subclasses of MessagingException in org.springframework.integration.mapping | |
|---|---|
class |
MessageMappingException
Exception that indicates an error during message mapping. |
| Uses of MessagingException in org.springframework.integration.support.channel |
|---|
| Subclasses of MessagingException in org.springframework.integration.support.channel | |
|---|---|
class |
ChannelResolutionException
Thrown by a ChannelResolver when it cannot resolve a channel name. |
| Uses of MessagingException in org.springframework.integration.support.converter |
|---|
| Subclasses of MessagingException in org.springframework.integration.support.converter | |
|---|---|
class |
MessageConversionException
|
| Uses of MessagingException in org.springframework.integration.transformer |
|---|
| Subclasses of MessagingException in org.springframework.integration.transformer | |
|---|---|
class |
MessageTransformationException
Base Exception type for Message transformation errors. |
|
Spring Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||