org.kuali.rice.ksb.messaging.serviceexporters
Interface ServiceExportManager
- All Known Implementing Classes:
- ServiceExportManagerImpl
public interface ServiceExportManager
Managers service endpoints that are exported from this application
- Author:
- ewestfal
getService
Object getService(QName serviceName)
getServiceName
QName getServiceName(String url)
exportService
void exportService(ServiceDefinition serviceDefinition)
removeService
void removeService(QName serviceName)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.