org.alfresco.webservice.util
Class WebServiceFactory

java.lang.Object
  extended by org.alfresco.webservice.util.WebServiceFactory

public final class WebServiceFactory
extends java.lang.Object

Author:
Roy Wetherall

Constructor Summary
WebServiceFactory()
           
 
Method Summary
static org.alfresco.webservice.accesscontrol.AccessControlServiceSoapBindingStub getAccessControlService()
          Get the access control service
static org.alfresco.webservice.action.ActionServiceSoapBindingStub getActionService()
          Get the action service
static org.alfresco.webservice.administration.AdministrationServiceSoapBindingStub getAdministrationService()
          Get the administation service
static org.alfresco.webservice.authentication.AuthenticationServiceSoapBindingStub getAuthenticationService()
          Get the authentication service
static org.alfresco.webservice.authoring.AuthoringServiceSoapBindingStub getAuthoringService()
          Get the authoring service
static org.alfresco.webservice.classification.ClassificationServiceSoapBindingStub getClassificationService()
          Get the classification service
static org.alfresco.webservice.content.ContentServiceSoapBindingStub getContentService()
          Get the content service
static org.alfresco.webservice.dictionary.DictionaryServiceSoapBindingStub getDictionaryService()
          Get the dictionary service
static org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub getRepositoryService()
          Get the repository service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceFactory

public WebServiceFactory()
Method Detail

getAuthenticationService

public static org.alfresco.webservice.authentication.AuthenticationServiceSoapBindingStub getAuthenticationService()
Get the authentication service

Returns:

getRepositoryService

public static org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub getRepositoryService()
Get the repository service

Returns:

getAuthoringService

public static org.alfresco.webservice.authoring.AuthoringServiceSoapBindingStub getAuthoringService()
Get the authoring service

Returns:

getClassificationService

public static org.alfresco.webservice.classification.ClassificationServiceSoapBindingStub getClassificationService()
Get the classification service

Returns:

getActionService

public static org.alfresco.webservice.action.ActionServiceSoapBindingStub getActionService()
Get the action service

Returns:

getContentService

public static org.alfresco.webservice.content.ContentServiceSoapBindingStub getContentService()
Get the content service

Returns:
the content service

getAccessControlService

public static org.alfresco.webservice.accesscontrol.AccessControlServiceSoapBindingStub getAccessControlService()
Get the access control service

Returns:
the access control service

getAdministrationService

public static org.alfresco.webservice.administration.AdministrationServiceSoapBindingStub getAdministrationService()
Get the administation service

Returns:
the administration service

getDictionaryService

public static org.alfresco.webservice.dictionary.DictionaryServiceSoapBindingStub getDictionaryService()
Get the dictionary service

Returns:
the dictionary service