Interface ApiServiceFactory<T extends ApiService>
public interface ApiServiceFactory<T extends ApiService>
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptioncreateService(DeploymentContext deploymentContext) Allow creating new api service from the given string configuration.
-
Method Details
-
createService
Allow creating new api service from the given string configuration.- Parameters:
deploymentContext- the deployment context containing useful information to create the service.- Returns:
- the newly created api service.
-