Uses of Class
org.mule.umo.provider.DispatchException

Packages that use DispatchException
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.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.xfire   
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of DispatchException in org.mule.impl
 

Methods in org.mule.impl that throw DispatchException
 void ImmutableMuleEndpoint.dispatch(UMOEvent event)
           
 UMOMessage ImmutableMuleEndpoint.send(UMOEvent event)
           
 

Uses of DispatchException in org.mule.providers
 

Methods in org.mule.providers that throw DispatchException
 void AbstractMessageDispatcher.dispatch(UMOEvent event)
           
 void AbstractConnector.dispatch(UMOImmutableEndpoint endpoint, UMOEvent event)
          Dispatches an event from the endpoint to the external system
 UMOMessage AbstractMessageDispatcher.send(UMOEvent event)
           
 UMOMessage AbstractConnector.send(UMOImmutableEndpoint endpoint, UMOEvent event)
          Sends an event from the endpoint to the external system
 

Uses of DispatchException in org.mule.providers.soap.axis
 

Methods in org.mule.providers.soap.axis that throw DispatchException
protected  Object AxisMessageDispatcher.getInitialMethod(UMOEvent event)
           
 

Uses of DispatchException in org.mule.providers.soap.xfire
 

Methods in org.mule.providers.soap.xfire that throw DispatchException
protected  String XFireMessageDispatcher.getMethod(UMOEvent event)
           
 

Uses of DispatchException in org.mule.umo.provider
 

Methods in org.mule.umo.provider that throw DispatchException
 void UMOMessageDispatching.dispatch(UMOEvent event)
          Dispatches an event from the endpoint to the external system
 void UMOConnector.dispatch(UMOImmutableEndpoint endpoint, UMOEvent event)
          Dispatches an event from the endpoint to the external system
 UMOMessage UMOMessageDispatching.send(UMOEvent event)
          Sends an event from the endpoint to the external system
 UMOMessage UMOConnector.send(UMOImmutableEndpoint endpoint, UMOEvent event)
          Sends an event from the endpoint to the external system
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.