01: /**
02: * LNISoapServlet.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
06: */package org.dspace.app.dav.client;
07:
08: public interface LNISoapServlet extends java.rmi.Remote {
09: public int copy(java.lang.String source,
10: java.lang.String destination, int depth, boolean overwrite,
11: boolean keepProperties) throws java.rmi.RemoteException,
12: org.dspace.app.dav.client.LNIRemoteException;
13:
14: public java.lang.String lookup(java.lang.String handle,
15: java.lang.String bitstreamPid)
16: throws java.rmi.RemoteException,
17: org.dspace.app.dav.client.LNIRemoteException;
18:
19: public java.lang.String propfind(java.lang.String uri,
20: java.lang.String doc, int depth, java.lang.String types)
21: throws java.rmi.RemoteException,
22: org.dspace.app.dav.client.LNIRemoteException;
23:
24: public java.lang.String proppatch(java.lang.String uri,
25: java.lang.String doc) throws java.rmi.RemoteException,
26: org.dspace.app.dav.client.LNIRemoteException;
27: }
|