Package org.apache.airavata.interpreter.service.client

Examples of org.apache.airavata.interpreter.service.client.ExecutionClient


            throw new AiravataAPIInvocationException(e);
        }
    }

    public org.apache.airavata.experiment.execution.InterpreterService.Client getExecutionClient (){
        ExecutionClient executionClient = new ExecutionClient();
        return executionClient.getInterpreterServiceClient();

    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.interpreter.service.client.ExecutionClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.