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 Details

  • Constructor Details

    • SoapkitConfiguration

      public SoapkitConfiguration()
  • Method Details

    • getName

      public String getName()
    • getInfo

      public WsdlConnectionInfo getInfo()
    • getSoapVersion

      public org.mule.soap.api.SoapVersion getSoapVersion()
    • isMtomEnabled

      public boolean isMtomEnabled()
    • isInboundValidationEnabled

      public boolean isInboundValidationEnabled()
    • setInfo

      public void setInfo(WsdlConnectionInfo info)
    • start

      public void start() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      start in interface org.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:
      stop in interface org.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

      public String getAddress()
    • getHttpStatusVarName

      public String getHttpStatusVarName()