public interface WSDLUtil
The implementation of this interface will provide some utilities in retrieving relevant information from a WSDL file. We expose those functionalities via this utility class instead of directly putting the burden on jaxrpc implementation of WSDLParser.
We should be conservative on adding methods to this utility class. Hopefully, we could use JSR 110 (parsing WSDL) implementation soon.
| Modifier and Type | Method and Description |
|---|---|
void |
getRelativeImports(URL wsdlURL,
Collection wsdlRelativeImports,
Collection schemaRelativeImports)
Collect all relative imports from a web service's main wsdl document.
|
void getRelativeImports(URL wsdlURL, Collection wsdlRelativeImports, Collection schemaRelativeImports) throws IOException
wsdlURL - The URL for a wsdl documentwsdlRelativeImports - outupt param in which wsdl relative imports
will be addedschemaRelativeImports - outupt param in which schema relative
imports will be addedIOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.