Package com.sodius.oslc.app.dng.requests
Class GetModuleService
- java.lang.Object
-
- com.sodius.oslc.app.dng.requests.GetModuleService
-
- All Implemented Interfaces:
ResourceRequest<Service>
,Callable<Service>
public class GetModuleService extends Object implements ResourceRequest<Service>
Request a Service that declares creation factories allowing creating a module. A creation factory returned by this request might be used as CreateModule constructor argument.- See Also:
CreateModule
-
-
Constructor Summary
Constructors Constructor Description GetModuleService(OslcClient client, URI serviceProvider)
Creates a request to obtain a service declaring module creation factories.
-
-
-
Constructor Detail
-
GetModuleService
public GetModuleService(OslcClient client, URI serviceProvider)
Creates a request to obtain a service declaring module creation factories.- Parameters:
client
- the OSLC client to connect to the application.serviceProvider
- the service provider URI, as defined within the catalog (https://server:9443/rm/oslc_rm/_uOqKcFvgEeehxPoV1tqaLQ/services.xml). A oslc_config.context parameter can be added to this URI for using a specific configuration.
-
-