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.WSDLLocator
protected URL constructImportUrl(String parentLocation, String importLocation)
parentLocation
- importLocation
- public InputSource getImportInputSource(String parentLocation, String importLocation)
WSDLLocator.getImportInputSource
getImportInputSource
in interface javax.wsdl.xml.WSDLLocator
parentLocation
- importLocation
- public String getBaseURI()
WSDLLocatorImpl.getBaseURI
getBaseURI
in interface javax.wsdl.xml.WSDLLocator
public String getLatestImportURI()
getLatestImportURI
getLatestImportURI
in interface javax.wsdl.xml.WSDLLocator
public void close()
close
close
in interface javax.wsdl.xml.WSDLLocator
public Exception getLastException()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.