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 |
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 CustomWSDLLocator(InputSource baseInputSource, String baseUri)
public String getLatestImportURI()
getLatestImportURI
in interface javax.wsdl.xml.WSDLLocator
public InputSource getImportInputSource(String parentLocation, String importLocation)
getImportInputSource
in interface javax.wsdl.xml.WSDLLocator
public String getBaseURI()
getBaseURI
in interface javax.wsdl.xml.WSDLLocator
public InputSource getBaseInputSource()
getBaseInputSource
in interface javax.wsdl.xml.WSDLLocator
public void close()
close
in interface javax.wsdl.xml.WSDLLocator
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.