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)
Deprecated.
setting ServerRegistry here has no effect, the ServerRegistry extension on the CXF Bus is used instead
|
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)
@Deprecated public void setCxfServerRegistry(org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.