Package com.almis.awe.service
Class LauncherService
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.LauncherService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
LauncherService Class
AWE Launcher service
Provides functions to call service
- Author:
- Jorge BELLON - 30/ENE/2017
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncallService
(String serviceName, Map<String, Object> serviceArgs) Launches a service (must be defined in APP or AWE Services.xml file) and returns the service dataMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
LauncherService
public LauncherService()
-
-
Method Details
-
callService
public ServiceData callService(String serviceName, Map<String, Object> serviceArgs) throws AWExceptionLaunches a service (must be defined in APP or AWE Services.xml file) and returns the service data- Parameters:
serviceName
- Service nameserviceArgs
- Service parameters- Returns:
- Service Data
- Throws:
AWException
- Error calling service
-