Package com.sun.xml.rpc.wsdl.parser
Class WSDLUtil
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.parser.WSDLUtil
-
-
Constructor Summary
Constructors Constructor Description WSDLUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetRelativeImports(URL wsdlURL, Collection wsdlRelativeImports, Collection schemaRelativeImports)Collect all relative imports from a web service's main wsdl document.
-
-
-
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:
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
-
-