Uses of Class
org.mule.api.transport.DispatchException

Packages that use DispatchException
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.cxf   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

Uses of DispatchException in org.mule.api.transport
 

Methods in org.mule.api.transport that throw DispatchException
 void MessageDispatching.dispatch(MuleEvent event)
          Dispatches an event from the endpoint to the external system
 MuleMessage MessageDispatching.send(MuleEvent event)
          Sends an event from the endpoint to the external system
 

Uses of DispatchException in org.mule.endpoint
 

Methods in org.mule.endpoint that throw DispatchException
protected  EndpointURI DynamicOutboundEndpoint.getEndpointURIForMessage(MuleEvent event)
           
 

Uses of DispatchException in org.mule.module.cxf
 

Methods in org.mule.module.cxf that throw DispatchException
protected  String CxfOutboundMessageProcessor.getMethodOrOperationName(MuleEvent event)
           
 

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

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



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.