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)
Constructor taking the URI to the WSDL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected URL |
constructImportUrl(String parentLocation,
String importLocation)
Internal method to normalize the importUrl.
|
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parentLocation,
String importLocation) |
String |
getLatestImportURI() |
public WSDLLocatorImpl(URI baseURI)
WSDLLocatorImpl Interface.baseURI - - URI of the WSDLpublic WSDLLocatorImpl(URI baseURI, String username, String password)
WSDLLocatorImpl Interface and includes support for HTTP
AuthenticationbaseURI - username - password - domain - public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorWSDLLocatorImpl.getBaseInputSourceprotected URL constructImportUrl(String parentLocation, String importLocation)
parentLocation - importLocation - public InputSource getImportInputSource(String parentLocation, String importLocation)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorWSDLLocatorImpl.getImportInputSourcepublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorWSDLLocatorImpl.getBaseURIpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorWSDLLocatorImpl.getLatestImportURIpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorWSDLLocatorImpl.closeCopyright © 2004–2013 The Apache Software Foundation. All rights reserved.