public interface MessageDispatcher
| Modifier and Type | Method and Description |
|---|---|
DispatchingResponse |
dispatch(DispatchingRequest request)
Sends off a Soap Request to a destination and returns it's response.
|
DispatchingResponse dispatch(DispatchingRequest request)
request - 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.