Interface WSDLDocument

  • All Known Implementing Classes:
    WSDLDocument

    public interface WSDLDocument
    This interface is implemented by com.sun.xml.rpc.wsdl.document.WSDLDocument

    The implementation of this interface will provide information on an wsdl file (including all the imported wsdl files).

    • Method Detail

      • getAllServiceQNames

        QName[] getAllServiceQNames()
      • getAllPortQNames

        QName[] getAllPortQNames()
      • getPortQNames

        QName[] getPortQNames​(String serviceNameLocalPart)