org.kuali.rice.ksb.messaging.serviceexporters
Class ServiceExportManagerImpl
java.lang.Object
   org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl
org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl
- All Implemented Interfaces: 
- ServiceExportManager
- public class ServiceExportManagerImpl 
- extends Object- implements ServiceExportManager
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServiceExportManagerImpl
public ServiceExportManagerImpl()
getServiceName
public QName getServiceName(String endpointUrl)
- 
- Specified by:
- getServiceNamein interface- ServiceExportManager
 
- 
 
getServiceNameFinder
protected ServiceExportManagerImpl.ServiceNameFinder getServiceNameFinder()
- 
 
- 
 
getService
public Object getService(QName serviceName)
- 
- Specified by:
- getServicein interface- ServiceExportManager
 
- 
 
exportService
public void exportService(ServiceDefinition serviceDefinition)
- 
- Specified by:
- exportServicein interface- ServiceExportManager
 
- 
 
removeService
public void removeService(QName serviceName)
- 
- Specified by:
- removeServicein interface- ServiceExportManager
 
- 
 
getExportedServices
protected ConcurrentMap<QName,ServiceExportManagerImpl.ExportedServiceHolder> getExportedServices()
- 
 
- 
 
setCxfBus
public void setCxfBus(org.apache.cxf.Bus cxfBus)
- 
 
- 
 
setCxfServerRegistry
public void setCxfServerRegistry(org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.