Package org.mule.soapkit.soap.server
Class SoapCxfServerFactory
java.lang.Object
org.mule.soapkit.soap.server.SoapCxfServerFactory
- All Implemented Interfaces:
SoapServerFactory
SoapServerFactory implementation that creates SoapCxfServer instances.- Since:
- 1.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(SoapServerConfiguration config) Creates a new instance of aSoapCxfServerfor the given address ans soap version.
-
Field Details
-
MULE_SOAPKIT_HEADER_VALIDATION
- See Also:
-
-
Constructor Details
-
SoapCxfServerFactory
public SoapCxfServerFactory()
-
-
Method Details
-
create
public SoapServer create(SoapServerConfiguration config) throws org.mule.runtime.api.connection.ConnectionException Creates a new instance of aSoapCxfServerfor the given address ans soap version.- Specified by:
createin interfaceSoapServerFactory- Parameters:
config- theSoapServerConfigurationspecifying the desired server configuration.- Returns:
- a newly built
SoapServerbased on theconfiguration. - Throws:
org.mule.runtime.api.connection.ConnectionException- if the client couldn't be created.
-