| Package | Description |
|---|---|
| com.sap.pdms.commons.clients.registration |
Provides classes for regisering and un-registering with the Service Catalog.
|
| com.sap.pdms.commons.clients.util |
Provides utility classes for managing connections between different services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCatalogManager.deleteService()
Delegating method for deletion of service from the service catalog.
|
void |
ServiceCatalogProxy.deleteService(String serviceId)
Deletes a service from the Service Catalog.
|
void |
ServiceCatalogManager.upsertService()
Delegating method for addting of service to the service catalog.
|
void |
ServiceCatalogProxy.upsertService(Service service)
Update or insert a service to the Service Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
HttpURLConnection |
HttpConnectionBuilder.delete()
Use to execute DELETE HTTP calls.
|
HttpURLConnection |
HttpConnectionBuilder.post()
Use to execut POST HTTP calls.
|
HttpURLConnection |
HttpConnectionBuilder.put()
Use to execute PUT HTTP calls.
|
Copyright © 2016 SAP. All Rights Reserved.