public class WsdlResolver extends Object implements javax.wsdl.xml.WSDLLocator
| Constructor and Description |
|---|
WsdlResolver(String baseURI,
InputSource is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parent,
String importLocation) |
String |
getLatestImportURI() |
public WsdlResolver(String baseURI, InputSource is)
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String parent, String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.