Class WsdlUtils
java.lang.Object
org.mule.module.soapkit.internal.util.WsdlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLgetWsdlLocationUrl(String wsdlLocation) static org.mule.wsdl.parser.model.WsdlModelgetWsdlModel(String wsdlLocation)
-
Constructor Details
-
WsdlUtils
public WsdlUtils()
-
-
Method Details
-
getWsdlModel
public static org.mule.wsdl.parser.model.WsdlModel getWsdlModel(String wsdlLocation) throws org.mule.runtime.api.connection.ConnectionException - Throws:
org.mule.runtime.api.connection.ConnectionException
-
getWsdlLocationUrl
public static URL getWsdlLocationUrl(String wsdlLocation) throws org.mule.runtime.api.connection.ConnectionException - Throws:
org.mule.runtime.api.connection.ConnectionException
-