|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.v3.client.mapping.WSDLLocatorImpl
public class WSDLLocatorImpl
Implementation of the interface WSDLLocatorImpl
.
Constructor Summary | |
---|---|
WSDLLocatorImpl(URI baseURI)
Constructor taking the URI to the WSDL. |
|
WSDLLocatorImpl(URI baseURI,
String username,
String password)
Constructor taking the URI to the WSDL. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
Authentication
baseURI
- username
- password
- domain
- Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |