AiravataAPI apiObj = new AiravataClient();
apiObj.setCurrentUser(alternateUsername);
apiObj.setCallBack(callback);
apiObj.setRegitryURI(registryURL);
apiObj.setGateway(gateway);
apiObj.initialize();
return apiObj;
} catch (Exception e) {
throw new AiravataAPIInvocationException(e);
}
}