Class SoapServerConfiguration

java.lang.Object
org.mule.soapkit.soap.api.server.SoapServerConfiguration

public final class SoapServerConfiguration extends Object
Represents a Soap Server Configuration with all the required attributes for setting a connection with the Web Service.
Since:
4.1
  • Method Details

    • builder

      public static SoapServerConfigurationBuilder builder()
    • getWsdlLocation

      public URL getWsdlLocation()
    • getVersion

      public org.mule.soap.api.SoapVersion getVersion()
    • isValidationEnabled

      public boolean isValidationEnabled()
    • isPayloadBody

      public boolean isPayloadBody()
    • getNamespace

      public String getNamespace()
    • getService

      public String getService()
    • getPort

      public String getPort()
    • getPortModel

      public org.mule.wsdl.parser.model.PortModel getPortModel()
    • isMtomEnabled

      public boolean isMtomEnabled()
    • isResponseXMLDeclarationEnabled

      public boolean isResponseXMLDeclarationEnabled()
    • getWsdlModel

      public org.mule.wsdl.parser.model.WsdlModel getWsdlModel()
    • getNamespacePrefixes

      public Map<String,String> getNamespacePrefixes()
    • getValidationErrorLevel

      public ValidationLevel getValidationErrorLevel()