Package org.mule.soap.api.client
Interface SoapClientFactory
- All Known Implementing Classes:
SoapCxfClientFactory
public interface SoapClientFactory
A Contract for Factory Objects that creates
instances- Since:
- 1.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreate(SoapWebServiceConfiguration configuration) Creates a new SoapClient instance.static SoapClientFactory
-
Method Details
-
create
Creates a new SoapClient instance.- Parameters:
configuration- theSoapWebServiceConfigurationspecifying the desired client configuration.- Returns:
- a newly built
SoapClientbased on theconfiguration.
-
getDefault
-