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) |
void |
dispose() |
void |
initialise() |
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.MessageDispatcherpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.