mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
21 lines
699 B
Java
21 lines
699 B
Java
/**
|
|
* ContentService.java
|
|
*
|
|
* This file was auto-generated from WSDL
|
|
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
|
|
*/
|
|
|
|
package org.alfresco.example.webservice.content;
|
|
|
|
public interface ContentService extends javax.xml.rpc.Service {
|
|
|
|
/**
|
|
* Provides read and write access to content streams.
|
|
*/
|
|
public java.lang.String getContentServiceAddress();
|
|
|
|
public org.alfresco.example.webservice.content.ContentServiceSoapPort getContentService() throws javax.xml.rpc.ServiceException;
|
|
|
|
public org.alfresco.example.webservice.content.ContentServiceSoapPort getContentService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
|
|
}
|