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(org.kuali.rice.ksb.api.bus.ServiceDefinition serviceDefinition)
removeService
void removeService(QName serviceName)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.