Uses of Class
de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceExportInformation
-
Packages that use LocalServiceRegistry.ServiceExportInformation Package Description de.aristaflow.adept2.base.registry -
-
Uses of LocalServiceRegistry.ServiceExportInformation in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return LocalServiceRegistry.ServiceExportInformation Modifier and Type Method Description protected LocalServiceRegistry.ServiceExportInformation
LocalServiceRegistry. prepareExport(SessionToken session, String serviceName, ADEPT2Service service)
Prepares the export by creating a local URI for initialisation of the service.protected LocalServiceRegistry.ServiceExportInformation
ServiceRegistry. prepareExport(SessionToken session, String serviceName, ADEPT2Service service)
Prepares the export of the designated service by retrieving the communication service for the export and the retrieving corresponding URIs from its service export.Methods in de.aristaflow.adept2.base.registry with parameters of type LocalServiceRegistry.ServiceExportInformation Modifier and Type Method Description protected void
LocalServiceRegistry. exportService(SessionToken session, String serviceName, ADEPT2Service service, LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports and publishes the designated service (in case of an exported service) using the designated service export objects and the designated URIs if appropriate.protected void
ServiceRegistry. exportService(SessionToken session, String serviceName, ADEPT2Service service, LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports the designated service (in case of an exported service) using the designated service export objects and the designated URIs.
-