public interface WSDLParser
DefaultWSDLParser
,
WSDLParserFactory
WSDLInfo parse(java.net.URL wsdlURL) throws MXException
wsdlURL
and return the WSDLInfo objectwsdlURL
- the wsdl urlMXException
WSDLInfo parse(org.xml.sax.InputSource wsdlSource) throws MXException
wsdlSource
and return the WSDLInfo objectwsdlSource
- the wsdl Source objectMXException