public final class SoapServerConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
static SoapServerConfigurationBuilder |
builder() |
String |
getNamespace() |
Map<String,String> |
getNamespacePrefixes() |
String |
getPort() |
org.mule.wsdl.parser.model.PortModel |
getPortModel() |
String |
getService() |
ValidationLevel |
getValidationErrorLevel() |
org.mule.runtime.soap.api.SoapVersion |
getVersion() |
URL |
getWsdlLocation() |
org.mule.wsdl.parser.model.WsdlModel |
getWsdlModel() |
boolean |
isMtomEnabled() |
boolean |
isPayloadBody() |
boolean |
isValidationEnabled() |
public static SoapServerConfigurationBuilder builder()
public URL getWsdlLocation()
public org.mule.runtime.soap.api.SoapVersion getVersion()
public boolean isValidationEnabled()
public boolean isPayloadBody()
public String getNamespace()
public String getService()
public String getPort()
public org.mule.wsdl.parser.model.PortModel getPortModel()
public boolean isMtomEnabled()
public org.mule.wsdl.parser.model.WsdlModel getWsdlModel()
public ValidationLevel getValidationErrorLevel()
Copyright © 2025. All rights reserved.