Class WSDLUtil

  • All Implemented Interfaces:
    WSDLUtil

    public class WSDLUtil
    extends Object
    implements WSDLUtil
    WSDL Utilities.
    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • WSDLUtil

        public WSDLUtil()
    • Method Detail

      • getRelativeImports

        public void getRelativeImports​(URL wsdlURL,
                                       Collection wsdlRelativeImports,
                                       Collection schemaRelativeImports)
                                throws IOException
        Collect all relative imports from a web service's main wsdl document.
        Specified by:
        getRelativeImports in interface WSDLUtil
        Parameters:
        wsdlRelativeImports - outupt param in which wsdl relative imports will be added
        schemaRelativeImports - outupt param in which schema relative imports will be added
        wsdlURL - The URL for a wsdl document
        Throws:
        IOException