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. |
SoapMetadataResolver |
getMetadataResolver() |
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–2017 MuleSoft, Inc.. All rights reserved.