org.dspace.app.dav.client.LNISoapServletService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dspace-lni-client Show documentation
Show all versions of dspace-lni-client Show documentation
Example Client for working with DSpace LNI Service.
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
/**
* LNISoapServletService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.dspace.app.dav.client;
public interface LNISoapServletService extends javax.xml.rpc.Service {
public java.lang.String getDSpaceLNIAddress();
public org.dspace.app.dav.client.LNISoapServlet getDSpaceLNI() throws javax.xml.rpc.ServiceException;
public org.dspace.app.dav.client.LNISoapServlet getDSpaceLNI(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy