Package org.mule.soap.internal.client
Class SoapCxfClientFactory
java.lang.Object
org.mule.soap.internal.client.SoapCxfClientFactory
- All Implemented Interfaces:
SoapClientFactory
SoapClientFactory implementation that creates AbstractSoapCxfClient instances.- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.soap.api.client.SoapClientFactory
SoapClientFactory.Holder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(SoapWebServiceConfiguration config) Creates a new instance of aAbstractSoapCxfClientfor the given address ans soap version.
-
Constructor Details
-
SoapCxfClientFactory
public SoapCxfClientFactory()
-
-
Method Details
-
create
Creates a new instance of aAbstractSoapCxfClientfor the given address ans soap version.- Specified by:
createin interfaceSoapClientFactory- Parameters:
config- theSoapWebServiceConfigurationspecifying the desired client configuration.- Returns:
- a newly built
SoapClientbased on theconfiguration. - Throws:
SoapConfigurationException- if there is a configuration error.
-