Uses of Class
org.mule.soapkit.soap.api.server.SoapServerConfigurationBuilder
Packages that use SoapServerConfigurationBuilder
-
Uses of SoapServerConfigurationBuilder in org.mule.soapkit.soap.api.server
Methods in org.mule.soapkit.soap.api.server that return SoapServerConfigurationBuilderModifier and TypeMethodDescriptionSoapServerConfiguration.builder()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) 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 theSoapVersionof the Web Service. defaults to SOAP 1.1SoapServerConfigurationBuilder.withWsdlLocation(URL wsdlLocation) Sets the location of the WSDL that describes the SOAP web service.