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