|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.parser.PolicyResourceLoader
public class PolicyResourceLoader
A collection of utility methods to load resources from the classpath.
| Constructor Summary | |
|---|---|
PolicyResourceLoader()
|
|
| Method Summary | |
|---|---|
static com.sun.xml.ws.api.model.wsdl.WSDLModel |
getWsdlModel(java.net.URL resourceUrl,
boolean isClient)
Parse the given URL and return the resulting WSDLModel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyResourceLoader()
| Method Detail |
|---|
public static com.sun.xml.ws.api.model.wsdl.WSDLModel getWsdlModel(java.net.URL resourceUrl,
boolean isClient)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
resourceUrl - URL for a valid WSDL document.isClient - True if client-side parser, false otherwise.
java.io.IOException - If resourceUrl could not be opened.
javax.xml.stream.XMLStreamException - If document could not be read.
org.xml.sax.SAXException - If document could not be parsed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||