01: /**********************************************************************************
02: * $URL: https://source.sakaiproject.org/svn/sam/tags/sakai_2-4-1/samigo-app/src/java/org/sakaiproject/tool/assessment/ws/SamigoTool.java $
03: * $Id: SamigoTool.java 9290 2006-05-11 08:52:23Z lydial@stanford.edu $
04: ***********************************************************************************
05: *
06: * Copyright (c) 2004, 2005, 2006 The Sakai Foundation.
07: *
08: * Licensed under the Educational Community License, Version 1.0 (the"License");
09: * you may not use this file except in compliance with the License.
10: * You may obtain a copy of the License at
11: *
12: * http://www.opensource.org/licenses/ecl1.php
13: *
14: * Unless required by applicable law or agreed to in writing, software
15: * distributed under the License is distributed on an "AS IS" BASIS,
16: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17: * See the License for the specific language governing permissions and
18: * limitations under the License.
19: *
20: **********************************************************************************/
21:
22: /**
23: * SamigoTool.java
24: *
25: * This file was auto-generated from WSDL
26: * by the Apache Axis WSDL2Java emitter.
27: * This was part of the web services demo files
28: */package org.sakaiproject.tool.assessment.ws;
29:
30: public interface SamigoTool extends java.rmi.Remote {
31: public org.sakaiproject.tool.assessment.ws.Item[] search(
32: java.lang.String in0) throws java.rmi.RemoteException;
33:
34: public java.lang.String download(java.lang.String[] in0,
35: java.lang.String in1) throws java.rmi.RemoteException;
36: }
|