Package uk.ac.ebi.age.admin.client

Examples of uk.ac.ebi.age.admin.client.AgeAdminService.login()


  */
public static void main(String[] args) throws UserAuthException, NotAuthorizedException
{
  AgeAdminService svc = AgeAdminRemote.getInstance("http://wwwdev.ebi.ac.uk/biosamples/");
  System.out.printlnAgeAdminService.class.getAnnotation(RemoteServiceRelativePath.class).value() );
  System.out.println( svc.login("mike", "mikegostev") );
  System.out.println( svc.getModelImprint() );
}

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.