public interface SoapClient
extends org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
consume(SoapRequest request)
Sends a
SoapRequest blocking the current thread until a response is available or the request times out. |
default SoapResponse |
consume(SoapRequest request,
org.mule.runtime.extension.api.soap.message.MessageDispatcher dispatcher)
Sends a
SoapRequest blocking the current thread until a response is available or the request times out. |
SoapMetadataResolver |
getMetadataResolver() |
default SoapResponse consume(SoapRequest request, org.mule.runtime.extension.api.soap.message.MessageDispatcher dispatcher)
SoapRequest blocking the current thread until a response is available or the request times out.request - a SoapRequest instance.dispatcher - a MessageDispatcher that will be used to dispatch the SoapRequestSoapResponse instance with the XML content and Headers if any.SoapResponse consume(SoapRequest request)
SoapRequest blocking the current thread until a response is available or the request times out.request - a SoapRequest instance.SoapResponse instance with the XML content and Headers if any.SoapMetadataResolver getMetadataResolver()
SoapMetadataResolver that can resolve the INPUT and OUTPUT metadata for the different Web Service Operations.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.