public interface ServiceDoc
| Modifier and Type | Method and Description |
|---|---|
String |
getSelfLink() |
void |
setIdentyServiceProviderEndpoint(String provider,
String identityServiceEndpoint)
This method sets the Identity Service EndPoint for the application.
|
void |
setIntegrationServiceEndpoint(String serviceName,
String integrationServiceEndpoint)
This method sets the Integration Service EndPoint for the application.
|
void |
setMessagingServiceEndpoint(String messagingServiceEndpoint)
This method sets the Messaging Service EndPoint for the application.
|
void |
setSelfLink(String selflinkEndpoint) |
void |
setSyncServiceEndpoint(String syncServiceEndpoint)
This method sets the Sync Service EndPoint for the application.
|
String |
toString() |
void setSelfLink(String selflinkEndpoint)
String getSelfLink()
void setMessagingServiceEndpoint(String messagingServiceEndpoint) throws KonyException
messagingServiceEndpoint - url for the messaging service.KonyExceptionvoid setSyncServiceEndpoint(String syncServiceEndpoint) throws KonyException
syncServiceEndpoint - url for the Sync service.KonyExceptionvoid setIdentyServiceProviderEndpoint(String provider, String identityServiceEndpoint) throws KonyException
provider - Identity service provider name for which the url has to be setidentityServiceEndpoint - endpoint url for that particular serviceKonyExceptionvoid setIntegrationServiceEndpoint(String serviceName, String integrationServiceEndpoint) throws KonyException
serviceName - service name for which the url has to be setintegrationServiceEndpoint - endpoint url for that particular serviceKonyException