1 /*2 * JBoss, Home of Professional Open Source3 * Copyright 2005, JBoss Inc., and individual contributors as indicated4 * by the @authors tag. See the copyright.txt in the distribution for a5 * full listing of individual contributors.6 *7 * This is free software; you can redistribute it and/or modify it8 * under the terms of the GNU Lesser General Public License as9 * published by the Free Software Foundation; either version 2.1 of10 * the License, or (at your option) any later version.11 *12 * This software is distributed in the hope that it will be useful,13 * but WITHOUT ANY WARRANTY; without even the implied warranty of14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU15 * Lesser General Public License for more details.16 *17 * You should have received a copy of the GNU Lesser General Public18 * License along with this software; if not, write to the Free19 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA20 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.21 */22 //Auto Generated by jbossws - Please do not edit!!!23 package org.jboss.test.webservice.jbws643;24 25 public interface ResearchService extends java.rmi.Remote 26 {27 28 public org.jboss.test.webservice.jbws643.GetKeywordsBySubphraseResponse getKeywordsBySubphrase(29 org.jboss.test.webservice.jbws643.GetKeywordsBySubphraseRequest getKeywordsBySubphraseRequest)30 throws java.rmi.RemoteException ;31 32 public org.jboss.test.webservice.jbws643.GetKeywordStatisticsResponse getKeywordStatistics(33 org.jboss.test.webservice.jbws643.GetKeywordStatisticsRequest getKeywordStatisticsRequest) throws java.rmi.RemoteException ;34 35 public org.jboss.test.webservice.jbws643.GetKeywordMonthlyReportResponse getKeywordMonthlyReport(36 org.jboss.test.webservice.jbws643.GetKeywordMonthlyReportRequest getKeywordMonthlyReportRequest)37 throws java.rmi.RemoteException ;38 39 public org.jboss.test.webservice.jbws643.GetCanonicalizationResponse getCanonicalization(40 org.jboss.test.webservice.jbws643.GetCanonicalizationRequest getCanonicalizationRequest) throws java.rmi.RemoteException ;41 }42