@Configuration(name="config") @Operations(value=SoapkitOperations.class) @DisplayName(value="Configuration") public class SoapkitConfiguration extends Object implements org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_NAME |
| Constructor and Description |
|---|
SoapkitConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getHttpStatusVarName() |
WsdlConnectionInfo |
getInfo() |
String |
getName() |
org.mule.soap.api.SoapVersion |
getSoapVersion() |
org.mule.soap.api.SoapVersion |
getSoapVersion(org.mule.wsdl.parser.model.PortModel portModel) |
boolean |
isInboundValidationEnabled() |
boolean |
isMtomEnabled() |
void |
setInfo(WsdlConnectionInfo info) |
void |
start() |
void |
stop() |
public static final String CONFIG_NAME
public String getName()
public WsdlConnectionInfo getInfo()
public org.mule.soap.api.SoapVersion getSoapVersion()
public boolean isMtomEnabled()
public boolean isInboundValidationEnabled()
public void setInfo(WsdlConnectionInfo info)
public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic org.mule.soap.api.SoapVersion getSoapVersion(org.mule.wsdl.parser.model.PortModel portModel)
public String getAddress()
public String getHttpStatusVarName()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.