Package org.mule.soapkit.soap.api.server
Class SoapServerConfiguration
java.lang.Object
org.mule.soapkit.soap.api.server.SoapServerConfiguration
Represents a Soap Server Configuration with all the required attributes for setting a connection with the Web Service.
- Since:
- 4.1
-
Method Details
-
builder
-
getWsdlLocation
-
getVersion
public org.mule.soap.api.SoapVersion getVersion() -
isValidationEnabled
public boolean isValidationEnabled() -
isPayloadBody
public boolean isPayloadBody() -
getNamespace
-
getService
-
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
-
getValidationErrorLevel
-