| Package | Description |
|---|---|
| org.mule.soapkit.soap.api.server |
| Modifier and Type | Method and Description |
|---|---|
static SoapServerConfigurationBuilder |
SoapServerConfiguration.builder() |
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.enableMtom(boolean mtomEnabled)
Specifies that the Web Service is MTOM enabled.
|
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.enableValidation(boolean validationEnabled)
Specifies that the Web Service has inbound validation enabled.
|
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withNamespaces(Map<String,String> namespaces) |
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withPort(String port)
Sets the port of the service that describes the set of operations that can be performed.
|
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withService(String service)
Sets the service of the WSDL we want to perform operations from.
|
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withValidationErrorLevel(ValidationLevel validationLevel) |
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withVersion(org.mule.runtime.soap.api.SoapVersion version)
Sets the
SoapVersion of the Web Service. defaults to SOAP 1.1 |
SoapServerConfigurationBuilder |
SoapServerConfigurationBuilder.withWsdlLocation(URL wsdlLocation)
Sets the location of the WSDL that describes the SOAP web service.
|
Copyright © 2025. All rights reserved.