public interface MessageDispatcher
extends org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Method and Description |
|---|---|
DispatchingResponse |
dispatch(DispatchingRequest context)
Sends off a Soap Request to a destination and returns it's response.
|
DispatchingResponse dispatch(DispatchingRequest context)
context - a DispatchingRequest containing all the required information to deliver the message.DispatchingResponse with the content returned by the transport and it's corresponding Content-Type.Copyright © 2017 MuleSoft, Inc.. All rights reserved.