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