public class PolicyResourceLoader extends Object
| Constructor and Description |
|---|
PolicyResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.ws.api.model.wsdl.WSDLModel |
getWsdlModel(URL resourceUrl,
boolean isClient)
Parse the given URL and return the resulting WSDLModel.
|
public static com.sun.xml.ws.api.model.wsdl.WSDLModel getWsdlModel(URL resourceUrl, boolean isClient) throws IOException, XMLStreamException, SAXException
resourceUrl - URL for a valid WSDL document.isClient - True if client-side parser, false otherwise.IOException - If resourceUrl could not be opened.XMLStreamException - If document could not be read.SAXException - If document could not be parsed.Copyright © 2005–2017 Oracle Corporation. All rights reserved.