public abstract class AbstractWrapperWSDLLocator extends java.lang.Object implements WSDLLocator
| Modifier and Type | Field and Description |
|---|---|
protected WSDLLocator |
parent |
| Constructor and Description |
|---|
AbstractWrapperWSDLLocator(java.lang.String wsdlUrl,
WSDLLocator parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all associated system resources such as the InputStreams
associated with the Base and Import InputSources.
|
org.xml.sax.InputSource |
getBaseInputSource()
Returns an InputSource "pointed at" the base document.
|
java.lang.String |
getBaseURI()
Returns a URI representing the location of the base document.
|
org.xml.sax.InputSource |
getImportInputSource(java.lang.String parentLocation,
java.lang.String importLocation)
Returns an InputSource "pointed at" an imported wsdl document.
|
abstract org.xml.sax.InputSource |
getInputSource() |
abstract org.xml.sax.InputSource |
getInputSource(java.lang.String parentLocation,
java.lang.String importLocation) |
java.lang.String |
getLatestImportURI()
Returns a URI representing the location of the last import document
to be resolved.
|
protected WSDLLocator parent
public AbstractWrapperWSDLLocator(java.lang.String wsdlUrl,
WSDLLocator parent)
public void close()
WSDLLocatorclose in interface WSDLLocatorpublic abstract org.xml.sax.InputSource getInputSource()
public abstract org.xml.sax.InputSource getInputSource(java.lang.String parentLocation,
java.lang.String importLocation)
public org.xml.sax.InputSource getBaseInputSource()
WSDLLocatorgetBaseInputSource in interface WSDLLocatorpublic java.lang.String getBaseURI()
WSDLLocatorgetBaseURI in interface WSDLLocatorpublic org.xml.sax.InputSource getImportInputSource(java.lang.String parentLocation,
java.lang.String importLocation)
WSDLLocatorgetImportInputSource in interface WSDLLocatorparentLocation - a URI specifying the location of the
document doing the importing. This can be null if the import location
is not relative to the parent location.importLocation - a URI specifying the location of the
document to import. This might be relative to the parent document's
location.public java.lang.String getLatestImportURI()
WSDLLocatorgetLatestImportURI in interface WSDLLocator