public class WebServiceUri
extends java.lang.Object
| Constructor and Description |
|---|
WebServiceUri(java.lang.String serverUrl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getClientServiceUrl()
Returns the URL that points to the WSDL output for the general Cryptshare web service.
|
java.lang.String |
getServerUrl()
Returns the base URL of the Cryptshare Server.
|
java.net.URL |
getTransferServiceUrl()
Returns the URL that points to the WSDL output for the Cryptshare transfer upload web service.
|
public WebServiceUri(java.lang.String serverUrl)
throws java.net.MalformedURLException,
java.net.URISyntaxException
serverUrl - The base URL of the Cryptshare Server.java.net.MalformedURLException - If the given base URL is not a valid URL.java.net.URISyntaxException - If the given base URL is not a valid URL.public java.net.URL getClientServiceUrl()
throws java.net.MalformedURLException
URL that points to the WSDL output for the general Cryptshare web service.java.net.MalformedURLException - If the given base URL is not a valid URL.public java.net.URL getTransferServiceUrl()
throws java.net.MalformedURLException
URL that points to the WSDL output for the Cryptshare transfer upload web service.java.net.MalformedURLException - If the given base URL is not a valid URL.public java.lang.String getServerUrl()