1 /**2 * AuthoringService.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.6 */7 8 package org.alfresco.example.webservice.authoring;9 10 public interface AuthoringService extends javax.xml.rpc.Service {11 12 /**13 * Provides support for collaborative editing of content.14 */15 public java.lang.String getAuthoringServiceAddress();16 17 public org.alfresco.example.webservice.authoring.AuthoringServiceSoapPort getAuthoringService() throws javax.xml.rpc.ServiceException ;18 19 public org.alfresco.example.webservice.authoring.AuthoringServiceSoapPort getAuthoringService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;20 }21