public final class DefaultHttpMessageDispatcher extends Object implements org.mule.runtime.extension.api.soap.message.MessageDispatcher
MessageDispatcher implementation that aims to dispatch messages through HTTP with a prebuilt default
configuration.| Constructor and Description |
|---|
DefaultHttpMessageDispatcher(HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.soap.message.DispatchingResponse |
dispatch(org.mule.runtime.extension.api.soap.message.DispatchingRequest context) |
public DefaultHttpMessageDispatcher(HttpClient client)
public org.mule.runtime.extension.api.soap.message.DispatchingResponse dispatch(org.mule.runtime.extension.api.soap.message.DispatchingRequest context)
Dispatches a Soap message through http adding the SoapAction header, if required, and the content-type.
dispatch in interface org.mule.runtime.extension.api.soap.message.MessageDispatcherCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.