public class SoapCxfServerFactory extends Object implements SoapServerFactory
SoapServerFactory implementation that creates SoapCxfServer instances.| Modifier and Type | Field and Description |
|---|---|
static String |
MULE_SOAPKIT_HEADER_VALIDATION |
| Constructor and Description |
|---|
SoapCxfServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SoapServer |
create(SoapServerConfiguration config)
Creates a new instance of a
SoapCxfServer for the given address ans soap version. |
public static final String MULE_SOAPKIT_HEADER_VALIDATION
public SoapServer create(SoapServerConfiguration config) throws org.mule.runtime.api.connection.ConnectionException
SoapCxfServer for the given address ans soap version.create in interface SoapServerFactoryconfig - the SoapServerConfiguration specifying the desired server configuration.SoapServer based on the configuration.org.mule.runtime.api.connection.ConnectionException - if the client couldn't be created.Copyright © 2025. All rights reserved.