protected class Wsdl11Reader.CustomWSDLLocator extends Object implements javax.wsdl.xml.WSDLLocator
| Modifier and Type | Field and Description |
|---|---|
protected InputSource |
baseInputSource |
protected String |
baseUri |
protected InputSource |
emptyInputSource |
| Modifier | Constructor and Description |
|---|---|
protected |
Wsdl11Reader.CustomWSDLLocator(InputSource baseInputSource,
String baseUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parentLocation,
String importLocation) |
String |
getLatestImportURI() |
protected final InputSource baseInputSource
protected final InputSource emptyInputSource
protected final String baseUri
protected Wsdl11Reader.CustomWSDLLocator(InputSource baseInputSource, String baseUri)
public String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String parentLocation, String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.