Package com.sun.xml.rpc.wsdl.parser
Class WSDLUtil
java.lang.Object
com.sun.xml.rpc.wsdl.parser.WSDLUtil
- All Implemented Interfaces:
WSDLUtil
WSDL Utilities.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetRelativeImports(URL wsdlURL, Collection wsdlRelativeImports, Collection schemaRelativeImports) Collect all relative imports from a web service's main wsdl document.
-
Constructor Details
-
WSDLUtil
public WSDLUtil()
-
-
Method Details
-
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:
getRelativeImportsin interfaceWSDLUtil- Parameters:
wsdlRelativeImports- outupt param in which wsdl relative imports will be addedschemaRelativeImports- outupt param in which schema relative imports will be addedwsdlURL- The URL for a wsdl document- Throws:
IOException
-