public class ServiceExportManagerImpl extends Object implements ServiceExportManager
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | ServiceExportManagerImpl.ExportedServiceHolder | 
| protected static class  | ServiceExportManagerImpl.ServiceNameFinderLooks up service QNameS based on URL StringS. | 
| Constructor and Description | 
|---|
| ServiceExportManagerImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | exportService(ServiceDefinition serviceDefinition) | 
| protected ConcurrentMap<QName,ServiceExportManagerImpl.ExportedServiceHolder> | getExportedServices() | 
| Object | getService(QName serviceName) | 
| QName | getServiceName(String endpointUrl) | 
| protected ServiceExportManagerImpl.ServiceNameFinder | getServiceNameFinder() | 
| void | removeService(QName serviceName) | 
| void | setCxfBus(org.apache.cxf.Bus cxfBus) | 
| void | setCxfServerRegistry(org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry) | 
public ServiceExportManagerImpl()
public QName getServiceName(String endpointUrl)
getServiceName in interface ServiceExportManagerprotected ServiceExportManagerImpl.ServiceNameFinder getServiceNameFinder()
public Object getService(QName serviceName)
getService in interface ServiceExportManagerpublic void exportService(ServiceDefinition serviceDefinition)
exportService in interface ServiceExportManagerpublic void removeService(QName serviceName)
removeService in interface ServiceExportManagerprotected ConcurrentMap<QName,ServiceExportManagerImpl.ExportedServiceHolder> getExportedServices()
public void setCxfBus(org.apache.cxf.Bus cxfBus)
public void setCxfServerRegistry(org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.