X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2Fpicr%2FAccessionMappingService%2FAccessionMapperService.java;h=fc852e52d7dc60b3520c02cdd553b04b2a74a52d;hb=ab43013b7e357b84b4abade0dba949668dfb2a0e;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..fc852e5 100644 --- a/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java +++ b/src/uk/ac/ebi/www/picr/AccessionMappingService/AccessionMapperService.java @@ -1,16 +1,32 @@ -/** - * 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.2b1) + * 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; +}