public interface WSDLParser
DefaultWSDLParser
,
WSDLParserFactory
Modifier and Type | Method and Description |
---|---|
WSDLInfo |
parse(org.xml.sax.InputSource wsdlSource)
Parse the WSDL specified in the
wsdlSource and return the WSDLInfo object |
WSDLInfo |
parse(java.net.URL wsdlURL)
Parse the WSDL specified in the
wsdlURL and return the WSDLInfo object |
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