public interface WSDLLocator
WSDLReader.readWSDL(WSDLLocator)
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases all associated system resources such as the InputStreams
associated with the Base and Import InputSources.
|
InputSource |
getBaseInputSource()
Returns an InputSource "pointed at" the base document.
|
String |
getBaseURI()
Returns a URI representing the location of the base document.
|
InputSource |
getImportInputSource(String parentLocation,
String importLocation)
Returns an InputSource "pointed at" an imported wsdl document.
|
String |
getLatestImportURI()
Returns a URI representing the location of the last import document
to be resolved.
|
InputSource getBaseInputSource()
InputSource getImportInputSource(String parentLocation, String importLocation)
parentLocation
- 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.String getBaseURI()
String getLatestImportURI()
void close()
Copyright © 2018 JBoss by Red Hat. All rights reserved.