org.alfresco.webservice.repository
Interface RepositoryService

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

public interface RepositoryService
extends javax.xml.rpc.Service


Method Summary
 RepositoryServiceSoapPort getRepositoryService()
           
 RepositoryServiceSoapPort getRepositoryService(java.net.URL portAddress)
           
 java.lang.String getRepositoryServiceAddress()
          Provides read and write operations against a repository.
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getRepositoryServiceAddress

java.lang.String getRepositoryServiceAddress()
Provides read and write operations against a repository.


getRepositoryService

RepositoryServiceSoapPort getRepositoryService()
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getRepositoryService

RepositoryServiceSoapPort getRepositoryService(java.net.URL portAddress)
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


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