Package ch.swisscom.mid.client.config
Class UrlsConfiguration
- java.lang.Object
-
- ch.swisscom.mid.client.config.UrlsConfiguration
-
public class UrlsConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProfileQueryServiceUrl()StringgetReceiptServiceUrl()StringgetSignatureServiceUrl()StringgetStatusQueryServiceUrl()voidsetAllServiceUrlsTo(String serviceUrl)voidsetAllServiceUrlsToBase(String baseUrl)voidsetProfileQueryServiceUrl(String profileQueryServiceUrl)voidsetReceiptServiceUrl(String receiptServiceUrl)voidsetSignatureServiceUrl(String signatureServiceUrl)voidsetStatusQueryServiceUrl(String statusQueryServiceUrl)StringtoString()voidvalidateYourself()
-
-
-
Method Detail
-
getSignatureServiceUrl
public String getSignatureServiceUrl()
-
setSignatureServiceUrl
public void setSignatureServiceUrl(String signatureServiceUrl)
-
getProfileQueryServiceUrl
public String getProfileQueryServiceUrl()
-
setProfileQueryServiceUrl
public void setProfileQueryServiceUrl(String profileQueryServiceUrl)
-
getStatusQueryServiceUrl
public String getStatusQueryServiceUrl()
-
setStatusQueryServiceUrl
public void setStatusQueryServiceUrl(String statusQueryServiceUrl)
-
getReceiptServiceUrl
public String getReceiptServiceUrl()
-
setReceiptServiceUrl
public void setReceiptServiceUrl(String receiptServiceUrl)
-
setAllServiceUrlsTo
public void setAllServiceUrlsTo(String serviceUrl)
-
setAllServiceUrlsToBase
public void setAllServiceUrlsToBase(String baseUrl)
-
validateYourself
public void validateYourself()
-
-