Package org.mule.module.soapkit.internal
Class WsdlConnectionInfo
java.lang.Object
org.mule.module.soapkit.internal.WsdlConnectionInfo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPort()org.mule.wsdl.parser.model.PortModelorg.mule.wsdl.parser.model.ServiceModelorg.mule.wsdl.parser.model.WsdlModelorg.mule.metadata.xml.api.XmlTypeLoadervoidvoidsetService(String service) org.mule.wsdl.parser.model.PortModelvalidate()
-
Constructor Details
-
WsdlConnectionInfo
public WsdlConnectionInfo() -
WsdlConnectionInfo
-
-
Method Details
-
getService
-
getPort
-
getWsdlLocation
-
setService
-
setPort
-
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
- 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
-