public class CatalogWSDLLocator extends java.lang.Object implements WSDLLocator
| Constructor and Description |
|---|
CatalogWSDLLocator(java.lang.String wsdlUrl) |
CatalogWSDLLocator(java.lang.String wsdlUrl,
Bus b) |
CatalogWSDLLocator(java.lang.String wsdlUrl,
OASISCatalogManager catalogManager) |
| 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 parent,
java.lang.String importLocation)
Returns an InputSource "pointed at" an imported wsdl document.
|
java.lang.String |
getLatestImportURI()
Returns a URI representing the location of the last import document
to be resolved.
|
public CatalogWSDLLocator(java.lang.String wsdlUrl)
public CatalogWSDLLocator(java.lang.String wsdlUrl,
OASISCatalogManager catalogManager)
public CatalogWSDLLocator(java.lang.String wsdlUrl,
Bus b)
public org.xml.sax.InputSource getBaseInputSource()
WSDLLocatorgetBaseInputSource in interface WSDLLocatorpublic java.lang.String getBaseURI()
WSDLLocatorgetBaseURI in interface WSDLLocatorpublic java.lang.String getLatestImportURI()
WSDLLocatorgetLatestImportURI in interface WSDLLocatorpublic org.xml.sax.InputSource getImportInputSource(java.lang.String parent,
java.lang.String importLocation)
WSDLLocatorgetImportInputSource in interface WSDLLocatorparent - 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 void close()
WSDLLocatorclose in interface WSDLLocator