public class WarBasedWSDLLocator
extends org.apache.ws.commons.schema.resolver.DefaultURIResolver
implements javax.wsdl.xml.WSDLLocator, org.apache.woden.resolver.URIResolver
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
WarBasedWSDLLocator(String baseURI,
ClassLoader classLoader,
InputStream baseInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI()
As for the zip there is no point in returning
a base URI
|
InputSource |
getImportInputSource(String parentLocation,
String importLocation) |
String |
getLatestImportURI()
returns the latest import
|
URI |
resolveURI(URI uri) |
public WarBasedWSDLLocator(String baseURI, ClassLoader classLoader, InputStream baseInputStream)
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String parentLocation, String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorparentLocation - importLocation - public String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorpublic URI resolveURI(URI uri) throws org.apache.woden.WSDLException, IOException
org.apache.woden.WSDLExceptionIOExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.