public abstract class AbstractLocalService extends Object
| Constructor and Description | 
|---|
AbstractLocalService()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected void setSession(BindingSession session)
protected BindingSession getSession()
protected void setServiceFactory(CmisServiceFactory factory)
protected CmisServiceFactory getServiceFactory()
protected CallContext createCallContext(String repositoryId)
protected CmisService getService(String repositoryId)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.