Interface ServiceExportManager
- All Known Implementing Classes:
ServiceExportManagerImpl
public interface ServiceExportManager
Manages service endpoints that are exported from this application
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportService(ServiceDefinition serviceDefinition) getService(QName serviceName) getServiceName(String url) voidremoveService(QName serviceName)
-
Method Details
-
getService
-
getServiceName
-
exportService
-
removeService
-