public interface TransportDispatcher
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.
| Modifier and Type | Method and Description |
|---|---|
TransportResponse |
dispatch(TransportRequest request)
Dispatches a soap message that is contained in a
TransportRequest instance. |
TransportResponse dispatch(TransportRequest request) throws DispatcherException
TransportRequest instance.request - a TransportRequest instance.TransportResponse instance.DispatcherExceptionCopyright © 2020. All rights reserved.