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.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.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
 void Connector.dispatch(OutboundEndpoint endpoint, 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
 MuleMessage Connector.send(OutboundEndpoint endpoint, 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
 void DefaultOutboundEndpoint.dispatch(MuleEvent event)
           
 void DynamicURIOutboundEndpoint.dispatch(MuleEvent event)
           
 MuleMessage DefaultOutboundEndpoint.send(MuleEvent event)
           
 MuleMessage DynamicURIOutboundEndpoint.send(MuleEvent event)
           
 

Uses of DispatchException in org.mule.transport
 

Methods in org.mule.transport that throw DispatchException
 void AbstractMessageDispatcher.dispatch(MuleEvent event)
           
 void AbstractConnector.dispatch(OutboundEndpoint endpoint, MuleEvent event)
           
 MuleMessage AbstractMessageDispatcher.send(MuleEvent event)
           
 MuleMessage AbstractConnector.send(OutboundEndpoint endpoint, MuleEvent event)
           
 

Uses of DispatchException in org.mule.transport.cxf
 

Methods in org.mule.transport.cxf that throw DispatchException
protected  String ClientWrapper.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-2009 MuleSource, Inc.. All Rights Reserved.