org.apache.chemistry.opencmis.client.bindings.spi.local
Class AbstractLocalService

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.local.AbstractLocalService
Direct Known Subclasses:
AclServiceImpl, DiscoveryServiceImpl, MultiFilingServiceImpl, NavigationServiceImpl, ObjectServiceImpl, PolicyServiceImpl, RelationshipServiceImpl, RepositoryServiceImpl, VersioningServiceImpl

public abstract class AbstractLocalService
extends Object

Base class for all local clients.


Constructor Summary
AbstractLocalService()
           
 
Method Summary
protected  CallContext createCallContext(String repositoryId)
          creates a local call context.
protected  CmisService getService(String repositoryId)
           
protected  CmisServiceFactory getServiceFactory()
          Gets the service factory.
protected  BindingSession getSession()
          Gets the current session.
protected  void setServiceFactory(CmisServiceFactory factory)
          Sets the service factory.
protected  void setSession(BindingSession session)
          Sets the current session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLocalService

public AbstractLocalService()
Method Detail

setSession

protected void setSession(BindingSession session)
Sets the current session.


getSession

protected BindingSession getSession()
Gets the current session.


setServiceFactory

protected void setServiceFactory(CmisServiceFactory factory)
Sets the service factory.


getServiceFactory

protected CmisServiceFactory getServiceFactory()
Gets the service factory.


createCallContext

protected CallContext createCallContext(String repositoryId)
creates a local call context.


getService

protected CmisService getService(String repositoryId)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.