|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagingException | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.email | Provides pop3, smtp and imap connectivity for Mule. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.multicast | IP multicast connectivity for Mule. |
org.mule.providers.servlet | Allows the Mule server to easily interact with a servlet engine. |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.tcp | Provides tcp connectivity for Mule. |
org.mule.providers.udp | Provides Udp connectivity for Mule. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.providers.xmpp | |
org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
org.mule.umo.security | Security API for authentication and authorisation. |
Uses of MessagingException in org.mule.impl |
Subclasses of MessagingException in org.mule.impl | |
class |
FailedToQueueEventException
FailedToQueueEventException is thrown when an event cannot be
put on an internal component queue. |
Uses of MessagingException in org.mule.providers |
Methods in org.mule.providers that throw MessagingException | |
UMOMessageAdapter |
AbstractServiceEnabledConnector.getMessageAdapter(java.lang.Object message)
Gets a UMOMessageAdapter for the endpoint for the given message (data) |
Uses of MessagingException in org.mule.providers.email |
Methods in org.mule.providers.email that throw MessagingException | |
UMOMessageAdapter |
MailConnector.getMessageAdapter(java.lang.Object message)
|
Constructors in org.mule.providers.email that throw MessagingException | |
MailMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.file |
Constructors in org.mule.providers.file that throw MessagingException | |
FileMessageAdapter(java.lang.Object message)
|
|
FileContentsMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.http |
Constructors in org.mule.providers.http that throw MessagingException | |
HttpMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.jms |
Subclasses of MessagingException in org.mule.providers.jms | |
class |
MessageRedeliveredException
|
Methods in org.mule.providers.jms that throw MessagingException | |
void |
RedeliveryHandler.handleRedelivery(Message message)
process the redelivered message. |
void |
DefaultRedeliveryHandler.handleRedelivery(Message message)
process the redelivered message. |
Constructors in org.mule.providers.jms that throw MessagingException | |
JmsMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.multicast |
Constructors in org.mule.providers.multicast that throw MessagingException | |
MulticastMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.servlet |
Constructors in org.mule.providers.servlet that throw MessagingException | |
HttpRequestMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.soap.axis |
Constructors in org.mule.providers.soap.axis that throw MessagingException | |
AxisMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.tcp |
Constructors in org.mule.providers.tcp that throw MessagingException | |
TcpMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.udp |
Constructors in org.mule.providers.udp that throw MessagingException | |
UdpMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.vm |
Methods in org.mule.providers.vm that throw MessagingException | |
UMOMessageAdapter |
VMConnector.getMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.providers.xmpp |
Constructors in org.mule.providers.xmpp that throw MessagingException | |
XmppMessageAdapter(java.lang.Object message)
|
Uses of MessagingException in org.mule.routing.inbound |
Methods in org.mule.routing.inbound that throw MessagingException | |
boolean |
SelectiveConsumer.isMatch(UMOEvent event)
|
UMOEvent[] |
SelectiveConsumer.process(UMOEvent event)
|
UMOMessage |
InboundMessageRouter.route(UMOEvent event)
|
boolean |
IdempotentReceiver.isMatch(UMOEvent event)
|
UMOEvent[] |
IdempotentReceiver.process(UMOEvent event)
|
UMOEvent[] |
ForwardingConsumer.process(UMOEvent event)
|
UMOEvent[] |
AbstractEventResequencer.process(UMOEvent event)
|
UMOEvent[] |
AbstractEventAggregator.process(UMOEvent event)
|
Uses of MessagingException in org.mule.routing.outbound |
Methods in org.mule.routing.outbound that throw MessagingException | |
UMOMessage |
OutboundMessageRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
UMOEndpoint[] |
OutboundMessageRouter.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message |
Uses of MessagingException in org.mule.umo |
Subclasses of MessagingException in org.mule.umo | |
class |
ComponentException
ComponentException should be thrown when some action on a component
fails such as starting or stopping |
Uses of MessagingException in org.mule.umo.provider |
Subclasses of MessagingException in org.mule.umo.provider | |
class |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
class |
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload is set
on a Message implementation of Message Adapter i not of supported type for that message or
adapter. |
Methods in org.mule.umo.provider that throw MessagingException | |
UMOMessageAdapter |
UMOConnector.getMessageAdapter(java.lang.Object message)
Gets a UMOMessageAdapter for the endpoint for the given message (data) |
Uses of MessagingException in org.mule.umo.routing |
Subclasses of MessagingException in org.mule.umo.routing | |
class |
ComponentRoutingException
ComponentRoutingException is thrown due to a routing exception between
the endpoint the event was received on and the component receiving the event |
class |
CouldNotRouteInboundEventException
CouldNotRouteInboundEventException thrown if the current component cannot
accept the inbound event |
class |
CouldNotRouteOutboundMessageException
CouldNotRouteOutboundMessageException thrown if Mule fails to
route the current outbound event |
class |
ResponseTimeoutException
ResponseTimeoutException is thrown when a response is not received
in a given timeout in the Response Router. |
class |
RoutePathNotFoundException
RoutePathNotFoundException is thrown if a routing path for an event
cannot be found. |
class |
RoutingException
RoutingException is a base class for al routing exceptions. |
Methods in org.mule.umo.routing that throw MessagingException | |
UMOMessage |
UMOOutboundRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
boolean |
UMOOutboundRouter.isMatch(UMOMessage message)
|
UMOMessage |
UMOOutboundMessageRouter.route(UMOMessage message,
UMOSession session,
boolean synchronous)
Prepares one or more events to be dispached by a Message Dispatcher |
UMOEndpoint[] |
UMOOutboundMessageRouter.getEndpointsForMessage(UMOMessage message)
A helper method for finding out which endpoints a message would be routed to without actually routing the the message |
UMOEvent[] |
UMOInboundRouter.process(UMOEvent event)
|
boolean |
UMOInboundRouter.isMatch(UMOEvent event)
|
UMOMessage |
UMOInboundMessageRouter.route(UMOEvent event)
|
Uses of MessagingException in org.mule.umo.security |
Subclasses of MessagingException in org.mule.umo.security | |
class |
CredentialsNotSetException
CredentialsNotSetException is thrown when user credentials
cannot be obtained from the current message |
class |
EncryptionNotSupportedException
EncryptionNotSupportedException is thrown if an algorithm is
set in the MULE_USER header but it doesn't match the algorithm set on
the security filter |
class |
SecurityException
SecurityException is a generic security exception |
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme
is being used on the message that the Security filter does not understand |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |