org.kuali.rice.ksb.messaging.serviceexporters
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)
getService
Object getService(QName serviceName)
getServiceName
QName getServiceName(String url)
exportService
void exportService(ServiceDefinition serviceDefinition)
removeService
void removeService(QName serviceName)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.