public class HttpMessageDispatcher extends Object implements org.mule.soap.api.transport.TransportDispatcher, GzipResponseHandler
CONTENT_ENCODING, GZIP| Constructor and Description |
|---|
HttpMessageDispatcher(org.mule.runtime.http.api.client.HttpClient client,
String endpointUrl,
int responseTimeout,
org.mule.runtime.api.util.MultiMap<String,String> defaultHeaders,
org.mule.runtime.api.util.MultiMap<String,String> defaultQueryParams) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.soap.api.transport.TransportResponse |
dispatch(org.mule.soap.api.transport.TransportRequest transportRequest)
Dispatches a Soap message through http adding the SoapAction header, if required, and the content-type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleCompressedInputStreampublic org.mule.soap.api.transport.TransportResponse dispatch(org.mule.soap.api.transport.TransportRequest transportRequest)
dispatch in interface org.mule.soap.api.transport.TransportDispatcherCopyright © 2025 MuleSoft, Inc.. All rights reserved.