Class ServiceExportManagerImpl
java.lang.Object
org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl
- All Implemented Interfaces:
ServiceExportManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classLooks up service QNameS based on URL StringS. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportService(ServiceDefinition serviceDefinition) getService(QName serviceName) getServiceName(String endpointUrl) voidremoveService(QName serviceName) voidsetCxfBus(org.apache.cxf.Bus cxfBus) voidsetCxfServerRegistry(org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry) Deprecated.setting ServerRegistry here has no effect, the ServerRegistry extension on the CXF Bus is used instead
-
Constructor Details
-
ServiceExportManagerImpl
public ServiceExportManagerImpl()
-
-
Method Details
-
getServiceName
- Specified by:
getServiceNamein interfaceServiceExportManager
-
getServiceNameFinder
-
getService
- Specified by:
getServicein interfaceServiceExportManager
-
exportService
- Specified by:
exportServicein interfaceServiceExportManager
-
removeService
- Specified by:
removeServicein interfaceServiceExportManager
-
getExportedServices
-
setCxfBus
public void setCxfBus(org.apache.cxf.Bus cxfBus) -
setCxfServerRegistry
@Deprecated public 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
-