home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wsgatsam.zip / FileServicePort.java < prev    next >
Text File  |  2003-02-24  |  460b  |  14 lines

  1. /**
  2.  * FileServicePort.java
  3.  *
  4.  * This file was auto-generated from WSDL
  5.  * by the Apache Axis Wsdl2java emitter.
  6.  */
  7.  
  8. package com.fileService.www;
  9.  
  10. public interface FileServicePort extends java.rmi.Remote {
  11.     public java.lang.String checkIn(java.lang.String fileId, java.lang.String changeDesc, java.lang.String fileReference) throws java.rmi.RemoteException;
  12.     public java.lang.String checkOut(java.lang.String fileId) throws java.rmi.RemoteException;
  13. }
  14.