Package com.sun.xml.rpc.spi.tools
Interface WSDLDocument
-
- All Known Implementing Classes:
WSDLDocument
public interface WSDLDocumentThis interface is implemented by com.sun.xml.rpc.wsdl.document.WSDLDocumentThe implementation of this interface will provide information on an wsdl file (including all the imported wsdl files).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName[]getAllPortQNames()QName[]getAllServiceQNames()QName[]getPortQNames(String serviceNameLocalPart)
-