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