public class SoapCxfClientFactory extends Object implements SoapClientFactory
SoapClientFactory implementation that creates AbstractSoapCxfClient instances.| Constructor and Description |
|---|
SoapCxfClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
SoapClient |
create(SoapWebServiceConfiguration config)
Creates a new instance of a
AbstractSoapCxfClient for the given address ans soap version. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic SoapClient create(SoapWebServiceConfiguration config) throws SoapConfigurationException
AbstractSoapCxfClient for the given address ans soap version.create in interface SoapClientFactoryconfig - the SoapWebServiceConfiguration specifying the desired client configuration.SoapClient based on the configuration.SoapConfigurationException - if there is a configuration error.Copyright © 2024. All rights reserved.