Package org.mule.soap.api.transport
Interface TransportDispatcher
public interface TransportDispatcher
This interface allows that different transports (such as JMS or HTTP) behave the same way when dispatching a Web Service
operation message.
The connection with the external server should be managed by the implementation of the dispatcher the client that accepts this
TransportDispatchers will only call the dispatch method once the request has been built and will use the received
response to continue the processing.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiondispatch(TransportRequest request) Dispatches a soap message that is contained in aTransportRequestinstance.
-
Method Details
-
dispatch
Dispatches a soap message that is contained in aTransportRequestinstance.- Parameters:
request- aTransportRequestinstance.- Returns:
- a new
TransportResponseinstance. - Throws:
DispatcherException
-