Changing service name from smart-executor to SmartExecutor

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

View File

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