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 Details

    • 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)