public class ServiceExportManagerImpl extends Object implements ServiceExportManager
Modifier and Type | Class and Description |
---|---|
protected static class |
ServiceExportManagerImpl.ExportedServiceHolder |
protected static class |
ServiceExportManagerImpl.ServiceNameFinder
Looks 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 ServiceExportManager
protected ServiceExportManagerImpl.ServiceNameFinder getServiceNameFinder()
public Object getService(QName serviceName)
getService
in interface ServiceExportManager
public void exportService(ServiceDefinition serviceDefinition)
exportService
in interface ServiceExportManager
public void removeService(QName serviceName)
removeService
in interface ServiceExportManager
protected 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.