Package org.mule.module.soapkit.internal
Class SoapkitConfiguration
java.lang.Object
org.mule.module.soapkit.internal.SoapkitConfiguration
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable
@Configuration(name="config")
@Operations(SoapkitOperations.class)
@DisplayName("Configuration")
public class SoapkitConfiguration
extends Object
implements org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
Configuration element for a SOAP Router.
- Since:
- 1.1
-
Field Summary
FieldsFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()getName()org.mule.soap.api.SoapVersionorg.mule.soap.api.SoapVersiongetSoapVersion(org.mule.wsdl.parser.model.PortModel portModel) booleanbooleanvoidsetInfo(WsdlConnectionInfo info) voidstart()voidstop()
-
Field Details
-
CONFIG_NAME
- See Also:
-
-
Constructor Details
-
SoapkitConfiguration
public SoapkitConfiguration()
-
-
Method Details
-
getName
-
getInfo
-
getSoapVersion
public org.mule.soap.api.SoapVersion getSoapVersion() -
isMtomEnabled
public boolean isMtomEnabled() -
isInboundValidationEnabled
public boolean isInboundValidationEnabled() -
setInfo
-
start
public void start() throws org.mule.runtime.api.exception.MuleException- Specified by:
startin interfaceorg.mule.runtime.api.lifecycle.Startable- Throws:
org.mule.runtime.api.exception.MuleException
-
stop
public void stop() throws org.mule.runtime.api.exception.MuleException- Specified by:
stopin interfaceorg.mule.runtime.api.lifecycle.Stoppable- Throws:
org.mule.runtime.api.exception.MuleException
-
getSoapVersion
public org.mule.soap.api.SoapVersion getSoapVersion(org.mule.wsdl.parser.model.PortModel portModel) -
getAddress
-
getHttpStatusVarName
-