public class WSDLLocatorImpl extends Object implements javax.wsdl.xml.WSDLLocator
| Constructor and Description |
|---|
WSDLLocatorImpl(EntityResolver entityResolver,
URL wsdlLocation,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parent,
String resource) |
String |
getLatestImportURI() |
public WSDLLocatorImpl(EntityResolver entityResolver, URL wsdlLocation, Connection connection)
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String parent, String resource)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorCopyright © 2008–2016 JBoss.org. All rights reserved.