public class SoapCxfClientFactory extends Object implements org.mule.runtime.soap.api.client.SoapClientFactory
SoapClientFactory implementation that creates SoapCxfClient instances.| Constructor and Description |
|---|
SoapCxfClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.soap.api.client.SoapClient |
create(org.mule.runtime.soap.api.client.SoapClientConfiguration config)
Creates a new instance of a
SoapCxfClient for the given address ans soap version. |
public org.mule.runtime.soap.api.client.SoapClient create(org.mule.runtime.soap.api.client.SoapClientConfiguration config)
throws org.mule.runtime.api.connection.ConnectionException
SoapCxfClient for the given address ans soap version.create in interface org.mule.runtime.soap.api.client.SoapClientFactoryorg.mule.runtime.api.connection.ConnectionException - if the client couldn't be created.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.