public interface Manager
Modifier and Type | Method and Description |
---|---|
DynObject |
createServiceParameters(String serviceName)
Creates a new object to contain service parameters values.
|
Service |
getService(DynObject parameters)
Creates a new
Service based on the given parameters. |
DynObject createServiceParameters(String serviceName) throws ServiceException
serviceName
- the name of the service whose parameters have to be createdServiceException
- if there is not any service registered with the given nameService getService(DynObject parameters) throws ServiceException
Service
based on the given parameters.parameters
- of the Service
to createService
ServiceException
- if there is an error creating the Service, or the parameters
are not valid