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

Examples of uk.ac.ebi.age.admin.client.AgeAdminService


  * @throws UserAuthException
  * @throws NotAuthorizedException
  */
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

Related Classes of uk.ac.ebi.age.admin.client.AgeAdminService

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.