X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2Fpicr%2FAccessionMappingService%2FAccessionMapperService.java;h=02ea0475ed56cb5546cb49010ea3d13b1e03add1;hb=b2f9a8d7bce642ff4011bc6d49e02bb0569fbb11;hp=1f08f8486a42744763573f26127552cb14147db2;hpb=bd4bd354d62b1c3aba6c42574219856f56333f9d;p=jalview.git diff --git a/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java b/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java index 1f08f84..02ea047 100644 --- a/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java +++ b/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java @@ -1,16 +1,30 @@ -/** - * AccessionMapperService.java - * - * This file was auto-generated from WSDL - * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter. - */ - -package uk.ac.ebi.www.picr.AccessionMappingService; - -public interface AccessionMapperService extends javax.xml.rpc.Service { - public java.lang.String getAccessionMapperPortAddress(); - - public uk.ac.ebi.www.picr.AccessionMappingService.AccessionMapperInterface getAccessionMapperPort() throws javax.xml.rpc.ServiceException; - - public uk.ac.ebi.www.picr.AccessionMappingService.AccessionMapperInterface getAccessionMapperPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; -} +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ +package uk.ac.ebi.www.picr.AccessionMappingService; + +public interface AccessionMapperService extends javax.xml.rpc.Service +{ + public java.lang.String getAccessionMapperPortAddress(); + + public uk.ac.ebi.www.picr.AccessionMappingService.AccessionMapperInterface getAccessionMapperPort() + throws javax.xml.rpc.ServiceException; + + public uk.ac.ebi.www.picr.AccessionMappingService.AccessionMapperInterface getAccessionMapperPort( + java.net.URL portAddress) throws javax.xml.rpc.ServiceException; +}