Uses of Class
org.mule.umo.MessagingException

Packages that use MessagingException
org.mule.components.builder   
org.mule.components.rest   
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.routing Defines the core routing patterns supported by mule. 
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.components.builder
 

Subclasses of MessagingException in org.mule.components.builder
 class MessageBuilderException
          If thrown by a MEssageBuilder implementation if it cannot build the current message or some other error occurs
 

Uses of MessagingException in org.mule.components.rest
 

Subclasses of MessagingException in org.mule.components.rest
 class RestServiceException
          todo document
 

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(Object message)
          Gets a UMOMessageAdapter for the endpoint for the given message (data)
 UMOStreamMessageAdapter AbstractServiceEnabledConnector.getStreamMessageAdapter(InputStream in, OutputStream out)
           
 

Uses of MessagingException in org.mule.routing
 

Subclasses of MessagingException in org.mule.routing
 class AggregationException
          todo document
 

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)
           
protected  String IdempotentSecureHashReceiver.getIdForEvent(UMOEvent event)
           
 UMOEvent[] AbstractEventResequencer.process(UMOEvent event)
           
 UMOEvent[] AbstractEventAggregator.process(UMOEvent event)
           
 boolean WireTap.isMatch(UMOEvent event)
           
 UMOEvent[] WireTap.process(UMOEvent event)
           
 boolean IdempotentReceiver.isMatch(UMOEvent event)
           
 UMOEvent[] IdempotentReceiver.process(UMOEvent event)
           
 UMOEvent[] ForwardingConsumer.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 MessageAdapter which is not of supported type for that message or adapter.
 

Methods in org.mule.umo.provider that throw MessagingException
 UMOMessageAdapter UMOConnector.getMessageAdapter(Object message)
          Gets a UMOMessageAdapter from the connector for the given message (data)
 UMOStreamMessageAdapter UMOConnector.getStreamMessageAdapter(InputStream in, OutputStream out)
          Gets a UMOStreamMessageAdapter from the connector for the given message.
 

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 all routing exceptions.
 

Methods in org.mule.umo.routing that throw MessagingException
 UMOEvent[] UMOInboundRouter.process(UMOEvent event)
          A received UMOEvent is passed to this method for processing.
 boolean UMOInboundRouter.isMatch(UMOEvent event)
          Determines if the event should be processed by this router.
 UMOMessage UMOOutboundRouter.route(UMOMessage message, UMOSession session, boolean synchronous)
          This method is responsible for routing the Message via the Session.
 boolean UMOOutboundRouter.isMatch(UMOMessage message)
          Determines if the event should be processed by this router.
 UMOMessage UMOInboundMessageRouter.route(UMOEvent event)
           
 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
 

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
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.