Cleaning api

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@111909 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-11 15:47:30 +00:00
parent 3b43af4e90
commit 5e28061dd7
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ import org.gcube.vremanagement.executor.plugin.PluginState;
* Service Endpoint Interface
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
*/
@WebService(serviceName = Executor.URL_PATTERN, targetNamespace=Executor.TARGET_NAMESPACE)
@WebService(serviceName = Executor.WEB_SERVICE_SERVICE_NAME, targetNamespace=Executor.TARGET_NAMESPACE)
@SOAPBinding(style = Style.DOCUMENT, use=Use.LITERAL)
public interface Executor {
public static final String TARGET_NAMESPACE = "http://gcube-system.org/";
public static final String URL_PATTERN = "gcube/vremanagement/smart-executor";
public static final String WEB_SERVICE_SERVICE_NAME = "gcube/vremanagement/smart-executor";
/**
* Launch the plugin identified by the name provided as parameters