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(java.lang.String baseURI,
java.lang.ClassLoader classLoader,
java.io.InputStream baseInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.xml.sax.InputSource |
getBaseInputSource() |
java.lang.String |
getBaseURI()
As for the zip there is no point in returning
a base URI
|
org.xml.sax.InputSource |
getImportInputSource(java.lang.String parentLocation,
java.lang.String importLocation) |
java.lang.String |
getLatestImportURI()
returns the latest import
|
java.net.URI |
resolveURI(java.net.URI uri) |
public WarBasedWSDLLocator(java.lang.String baseURI,
java.lang.ClassLoader classLoader,
java.io.InputStream baseInputStream)
public org.xml.sax.InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic org.xml.sax.InputSource getImportInputSource(java.lang.String parentLocation,
java.lang.String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorparentLocation - importLocation - public java.lang.String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic java.lang.String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorpublic java.net.URI resolveURI(java.net.URI uri)
throws org.apache.woden.WSDLException,
java.io.IOException
org.apache.woden.WSDLExceptionjava.io.IOExceptionCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.