public class WSDLLocatorImpl extends Object implements javax.wsdl.xml.WSDLLocator
WSDLLocatorImpl.| Constructor and Description |
|---|
WSDLLocatorImpl(URI baseURI)
Constructor taking the URI to the WSDL.
|
WSDLLocatorImpl(URI baseURI,
String username,
String password,
boolean ignoreSSLErrors)
Constructor taking the URI to the WSDL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close |
protected URL |
constructImportUrl(String parentLocation,
String importLocation)
Internal method to normalize the importUrl.
|
InputSource |
getBaseInputSource()
see
getBaseInputSource WSDLLocator.getBaseInputSource |
String |
getBaseURI()
see also
WSDLLocatorImpl.getBaseURI |
InputSource |
getImportInputSource(String parentLocation,
String importLocation)
see also
WSDLLocator.getImportInputSource |
Exception |
getLastException()
Returns the last exception or null if there wasn't any.
|
String |
getLatestImportURI()
getLatestImportURI |
public WSDLLocatorImpl(URI baseURI)
WSDLLocator Interface.baseURI - - URI of the WSDLpublic WSDLLocatorImpl(URI baseURI, String username, String password, boolean ignoreSSLErrors)
WSDLLocator Interface and includes support for HTTP
AuthenticationbaseURI - username - password - ignoreSSLErrors - public InputSource getBaseInputSource()
getBaseInputSource WSDLLocator.getBaseInputSourcegetBaseInputSource in interface javax.wsdl.xml.WSDLLocatorprotected URL constructImportUrl(String parentLocation, String importLocation)
parentLocation - importLocation - public InputSource getImportInputSource(String parentLocation, String importLocation)
WSDLLocator.getImportInputSourcegetImportInputSource in interface javax.wsdl.xml.WSDLLocatorparentLocation - importLocation - public String getBaseURI()
WSDLLocatorImpl.getBaseURIgetBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURIgetLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
closeclose in interface javax.wsdl.xml.WSDLLocatorpublic Exception getLastException()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.