Class WsdlConnectionInfo

java.lang.Object
org.mule.module.soapkit.internal.WsdlConnectionInfo

public class WsdlConnectionInfo extends Object
Groups together the parameters retrieved from a WSDL that are going to be used for establishing a connection to a SOAP endpoint.
Since:
1.1
  • Constructor Details

    • WsdlConnectionInfo

      public WsdlConnectionInfo()
    • WsdlConnectionInfo

      public WsdlConnectionInfo(String wsdlLocation)
  • Method Details

    • getService

      public String getService()
    • getPort

      public String getPort()
    • getWsdlLocation

      public String getWsdlLocation()
    • setService

      public void setService(String service)
    • setPort

      public void setPort(String port)
    • getWsdlModel

      public org.mule.wsdl.parser.model.WsdlModel getWsdlModel() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • getXmlTypeLoader

      public org.mule.metadata.xml.api.XmlTypeLoader getXmlTypeLoader() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • getWsdlLocationUrl

      public URL getWsdlLocationUrl() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • getServiceModel

      public org.mule.wsdl.parser.model.ServiceModel getServiceModel() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • getPortModel

      public org.mule.wsdl.parser.model.PortModel getPortModel() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException
    • validate

      public org.mule.wsdl.parser.model.PortModel validate() throws org.mule.runtime.api.connection.ConnectionException
      Throws:
      org.mule.runtime.api.connection.ConnectionException