Package com.sun.xml.rpc.spi.tools
Interface WSDLParser
-
- All Known Implementing Classes:
WSDLParser
public interface WSDLParserThis interface is implemented by com.sun.xml.rpc.wsdl.parser.WSDLParserThe implementation of this interface will provide some utilities in retrieving relevant information from a WSDL file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WSDLDocumentgetWSDLDocument(URL wsdlLocation)
-
-
-
Method Detail
-
getWSDLDocument
WSDLDocument getWSDLDocument(URL wsdlLocation)
-
-