Package org.mule.soapkit.soap.api.server
Interface SoapServerFactory
- All Known Implementing Classes:
SoapCxfServerFactory
public interface SoapServerFactory
A Contract for Factory Objects that creates
instances- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptioncreate(SoapServerConfiguration configuration) Creates a new SoapServer instance.
-
Method Details
-
create
SoapServer create(SoapServerConfiguration configuration) throws org.mule.runtime.api.connection.ConnectionException Creates a new SoapServer instance.- Parameters:
configuration- theSoapServerConfigurationspecifying the desired server configuration.- Returns:
- a newly built
SoapServerbased on theconfiguration. - Throws:
org.mule.runtime.api.connection.ConnectionException
-