public abstract class AbstractWrapperWSDLLocator extends Object implements javax.wsdl.xml.WSDLLocator
| Modifier and Type | Field and Description |
|---|---|
protected javax.wsdl.xml.WSDLLocator |
parent |
| Constructor and Description |
|---|
AbstractWrapperWSDLLocator(String wsdlUrl,
javax.wsdl.xml.WSDLLocator parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parentLocation,
String importLocation) |
abstract InputSource |
getInputSource() |
abstract InputSource |
getInputSource(String parentLocation,
String importLocation) |
String |
getLatestImportURI() |
public AbstractWrapperWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent)
public void close()
close in interface javax.wsdl.xml.WSDLLocatorpublic abstract InputSource getInputSource()
public abstract InputSource getInputSource(String parentLocation, String importLocation)
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String parentLocation, String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorApache CXF