org.alfresco.webservice.authoring
Interface AuthoringService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
AuthoringServiceLocator

public interface AuthoringService
extends javax.xml.rpc.Service


Method Summary
 AuthoringServiceSoapPort getAuthoringService()
           
 AuthoringServiceSoapPort getAuthoringService(java.net.URL portAddress)
           
 java.lang.String getAuthoringServiceAddress()
          Provides support for collaborative editing of content.
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getAuthoringServiceAddress

java.lang.String getAuthoringServiceAddress()
Provides support for collaborative editing of content.


getAuthoringService

AuthoringServiceSoapPort getAuthoringService()
                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAuthoringService

AuthoringServiceSoapPort getAuthoringService(java.net.URL portAddress)
                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.