public class SoapServerConfigurationBuilder extends Object
SoapServerConfiguration instances.| Modifier and Type | Method and Description |
|---|---|
SoapServerConfiguration |
build() |
SoapServerConfigurationBuilder |
enableMtom(boolean mtomEnabled)
Specifies that the Web Service is MTOM enabled.
|
SoapServerConfigurationBuilder |
enableResponseXMLDeclaration(boolean responseXMLDeclarationEnabled)
Specifies that the Web Service has response XML Declaration enabled.
|
SoapServerConfigurationBuilder |
enableValidation(boolean validationEnabled)
Specifies that the Web Service has inbound validation enabled.
|
SoapServerConfigurationBuilder |
withNamespaces(Map<String,String> namespaces) |
SoapServerConfigurationBuilder |
withPort(String port)
Sets the port of the service that describes the set of operations that can be performed.
|
SoapServerConfigurationBuilder |
withService(String service)
Sets the service of the WSDL we want to perform operations from.
|
SoapServerConfigurationBuilder |
withValidationErrorLevel(ValidationLevel validationLevel) |
SoapServerConfigurationBuilder |
withVersion(org.mule.soap.api.SoapVersion version)
Sets the
SoapVersion of the Web Service. defaults to SOAP 1.1 |
SoapServerConfigurationBuilder |
withWsdlLocation(URL wsdlLocation)
Sets the location of the WSDL that describes the SOAP web service.
|
public SoapServerConfigurationBuilder withService(String service)
public SoapServerConfigurationBuilder withPort(String port)
public SoapServerConfigurationBuilder withVersion(org.mule.soap.api.SoapVersion version)
SoapVersion of the Web Service. defaults to SOAP 1.1public SoapServerConfigurationBuilder enableMtom(boolean mtomEnabled)
public SoapServerConfigurationBuilder enableValidation(boolean validationEnabled)
public SoapServerConfigurationBuilder enableResponseXMLDeclaration(boolean responseXMLDeclarationEnabled)
public SoapServerConfigurationBuilder withWsdlLocation(URL wsdlLocation)
public SoapServerConfigurationBuilder withNamespaces(Map<String,String> namespaces)
public SoapServerConfigurationBuilder withValidationErrorLevel(ValidationLevel validationLevel)
public SoapServerConfiguration build()
SoapServerConfiguration instance with the attributes specified.Copyright © 2025. All rights reserved.